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 TableViewPropertiesTableOptions class.
Declaration
public TableViewPropertiesTableOptions(bool? verticalTimeAxis = null, RenamableField sortBy = null, TableViewPropertiesTableOptions.WrappingEnum? wrapping = null, bool? fixFirstColumn = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | verticalTimeAxis | verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically. |
RenamableField | sortBy | sortBy. |
System.Nullable<TableViewPropertiesTableOptions.WrappingEnum> | wrapping | Wrapping describes the text wrapping style to be used in table views. |
System.Nullable<System.Boolean> | 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.Nullable<System.Boolean> | 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 |
---|---|
RenamableField |
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.Nullable<System.Boolean> | 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.Nullable<TableViewPropertiesTableOptions.WrappingEnum> | 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 |
---|---|---|
TableViewPropertiesTableOptions | input | Instance of TableViewPropertiesTableOptions 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 |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |