Class TableViewProperties
TableViewProperties
Implements
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TableViewProperties : ViewProperties, IEquatable<TableViewProperties>
Constructors
TableViewProperties()
Initializes a new instance of the Table
Declaration
protected TableViewProperties()
TableViewProperties(TableViewProperties.TypeEnum, List<DashboardQuery>, List<DashboardColor>, TableViewProperties.ShapeEnum, String, Nullable<Boolean>, TableViewPropertiesTableOptions, List<RenamableField>, String, DecimalPlaces)
Initializes a new instance of the Table
Declaration
public TableViewProperties(TableViewProperties.TypeEnum type = default(TableViewProperties.TypeEnum), List<DashboardQuery> queries = null, List<DashboardColor> colors = null, TableViewProperties.ShapeEnum shape = default(TableViewProperties.ShapeEnum), string note = null, bool? showNoteWhenEmpty = null, TableViewPropertiesTableOptions tableOptions = null, List<RenamableField> fieldOptions = null, string timeFormat = null, DecimalPlaces decimalPlaces = null)
Parameters
Type | Name | Description |
---|---|---|
Table |
type | type (required) (default to TypeEnum.Table). |
List<Dashboard |
queries | queries (required). |
List<Dashboard |
colors | Colors define color encoding of data into a visualization (required). |
Table |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
note | note (required). |
System. |
showNoteWhenEmpty | If true, will display note when empty (required). |
Table |
tableOptions | tableOptions (required). |
List<Renamable |
fieldOptions | fieldOptions represent the fields retrieved by the query with customization options (required). |
System. |
timeFormat | timeFormat describes the display format for time values according to moment.js date formatting (required). |
Decimal |
decimalPlaces | decimalPlaces (required). |
Properties
Colors
Colors define color encoding of data into a visualization
Declaration
public List<DashboardColor> Colors { get; set; }
Property Value
Type | Description |
---|---|
List<Dashboard |
Colors define color encoding of data into a visualization |
DecimalPlaces
Gets or Sets DecimalPlaces
Declaration
public DecimalPlaces DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
FieldOptions
fieldOptions represent the fields retrieved by the query with customization options
Declaration
public List<RenamableField> FieldOptions { get; set; }
Property Value
Type | Description |
---|---|
List<Renamable |
fieldOptions represent the fields retrieved by the query with customization options |
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 TableViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Table |
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 |
TableOptions
Gets or Sets TableOptions
Declaration
public TableViewPropertiesTableOptions TableOptions { get; set; }
Property Value
Type | Description |
---|---|
Table |
TimeFormat
timeFormat describes the display format for time values according to moment.js date formatting
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System. |
timeFormat describes the display format for time values according to moment.js date formatting |
Type
Gets or Sets Type
Declaration
public TableViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Table |
Methods
Equals(TableViewProperties)
Returns true if TableViewProperties instances are equal
Declaration
public bool Equals(TableViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Table |
input | Instance of TableViewProperties 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 |