Class TableViewPropertiesTableOptions
TableViewPropertiesTableOptions
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TableViewPropertiesTableOptions : IEquatable<TableViewPropertiesTableOptions>
Constructors
TableViewPropertiesTableOptions(Nullable<Boolean>, RenamableField, Nullable<TableViewPropertiesTableOptions.WrappingEnum>, Nullable<Boolean>)
Initializes a new instance of the Table
Declaration
public TableViewPropertiesTableOptions(bool? verticalTimeAxis = null, RenamableField sortBy = null, TableViewPropertiesTableOptions.WrappingEnum? wrapping = null, bool? fixFirstColumn = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
verticalTimeAxis | verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically. |
Renamable |
sortBy | sortBy. |
System. |
wrapping | Wrapping describes the text wrapping style to be used in table views. |
System. |
fixFirstColumn | fixFirstColumn indicates whether the first column of the table should be locked. |
Properties
FixFirstColumn
fixFirstColumn indicates whether the first column of the table should be locked
Declaration
public bool? FixFirstColumn { get; set; }
Property Value
Type | Description |
---|---|
System. |
fixFirstColumn indicates whether the first column of the table should be locked |
SortBy
Gets or Sets SortBy
Declaration
public RenamableField SortBy { get; set; }
Property Value
Type | Description |
---|---|
Renamable |
VerticalTimeAxis
verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically
Declaration
public bool? VerticalTimeAxis { get; set; }
Property Value
Type | Description |
---|---|
System. |
verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically |
Wrapping
Wrapping describes the text wrapping style to be used in table views
Declaration
public TableViewPropertiesTableOptions.WrappingEnum? Wrapping { get; set; }
Property Value
Type | Description |
---|---|
System. |
Wrapping describes the text wrapping style to be used in table views |
Methods
Equals(TableViewPropertiesTableOptions)
Returns true if TableViewPropertiesTableOptions instances are equal
Declaration
public bool Equals(TableViewPropertiesTableOptions input)
Parameters
Type | Name | Description |
---|---|---|
Table |
input | Instance of TableViewPropertiesTableOptions 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 |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |