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 SimpleTableViewProperties class.
Declaration
protected SimpleTableViewProperties()
SimpleTableViewProperties(SimpleTableViewProperties.TypeEnum, Nullable<Boolean>, List<DashboardQuery>, SimpleTableViewProperties.ShapeEnum, String, Nullable<Boolean>)
Initializes a new instance of the SimpleTableViewProperties class.
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 |
---|---|---|
SimpleTableViewProperties.TypeEnum | type | type (required) (default to TypeEnum.SimpleTable). |
System.Nullable<System.Boolean> | showAll | showAll (required). |
List<DashboardQuery> | queries | queries (required). |
SimpleTableViewProperties.ShapeEnum | shape | shape (required) (default to ShapeEnum.ChronografV2). |
System.String | note | note (required). |
System.Nullable<System.Boolean> | 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.String |
Queries
Gets or Sets Queries
Declaration
public List<DashboardQuery> Queries { get; set; }
Property Value
Type | Description |
---|---|
List<DashboardQuery> |
Shape
Gets or Sets Shape
Declaration
public SimpleTableViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
SimpleTableViewProperties.ShapeEnum |
ShowAll
Gets or Sets ShowAll
Declaration
public bool? ShowAll { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShowNoteWhenEmpty
If true, will display note when empty
Declaration
public bool? ShowNoteWhenEmpty { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | If true, will display note when empty |
Type
Gets or Sets Type
Declaration
public SimpleTableViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
SimpleTableViewProperties.TypeEnum |
Methods
Equals(SimpleTableViewProperties)
Returns true if SimpleTableViewProperties instances are equal
Declaration
public bool Equals(SimpleTableViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
SimpleTableViewProperties | input | Instance of SimpleTableViewProperties to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System.String | 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 | String presentation of the object |