Class SimpleTableViewProperties
SimpleTableViewProperties
Implements
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class SimpleTableViewProperties : ViewProperties, IEquatable<SimpleTableViewProperties>
Constructors
SimpleTableViewProperties()
Initializes a new instance of the Simple
Declaration
protected SimpleTableViewProperties()
SimpleTableViewProperties(SimpleTableViewProperties.TypeEnum, Nullable<Boolean>, List<DashboardQuery>, SimpleTableViewProperties.ShapeEnum, String, Nullable<Boolean>)
Initializes a new instance of the Simple
Declaration
public SimpleTableViewProperties(SimpleTableViewProperties.TypeEnum type = default(SimpleTableViewProperties.TypeEnum), bool? showAll = null, List<DashboardQuery> queries = null, SimpleTableViewProperties.ShapeEnum shape = default(SimpleTableViewProperties.ShapeEnum), string note = null, bool? showNoteWhenEmpty = null)
Parameters
Type | Name | Description |
---|---|---|
Simple |
type | type (required) (default to TypeEnum.SimpleTable). |
System. |
showAll | showAll (required). |
List<Dashboard |
queries | queries (required). |
Simple |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
note | note (required). |
System. |
showNoteWhenEmpty | If true, will display note when empty (required). |
Properties
Note
Gets or Sets Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System. |
Queries
Gets or Sets Queries
Declaration
public List<DashboardQuery> Queries { get; set; }
Property Value
Type | Description |
---|---|
List<Dashboard |
Shape
Gets or Sets Shape
Declaration
public SimpleTableViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Simple |
ShowAll
Gets or Sets ShowAll
Declaration
public bool? ShowAll { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShowNoteWhenEmpty
If true, will display note when empty
Declaration
public bool? ShowNoteWhenEmpty { get; set; }
Property Value
Type | Description |
---|---|
System. |
If true, will display note when empty |
Type
Gets or Sets Type
Declaration
public SimpleTableViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Simple |
Methods
Equals(SimpleTableViewProperties)
Returns true if SimpleTableViewProperties instances are equal
Declaration
public bool Equals(SimpleTableViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Simple |
input | Instance of SimpleTableViewProperties to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |