Class CheckViewProperties
CheckViewProperties
Implements
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class CheckViewProperties : ViewProperties, IEquatable<CheckViewProperties>
Constructors
CheckViewProperties()
Initializes a new instance of the CheckViewProperties class.
Declaration
protected CheckViewProperties()
CheckViewProperties(CheckViewProperties.TypeEnum, CheckViewProperties.ShapeEnum, String, Check, List<DashboardQuery>, List<DashboardColor>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Single>, Nullable<Int32>)
Initializes a new instance of the CheckViewProperties class.
Declaration
public CheckViewProperties(CheckViewProperties.TypeEnum type = default(CheckViewProperties.TypeEnum), CheckViewProperties.ShapeEnum shape = default(CheckViewProperties.ShapeEnum), string checkID = null, Check check = null, List<DashboardQuery> queries = null, List<DashboardColor> colors = null, bool? legendColorizeRows = null, bool? legendHide = null, float? legendOpacity = null, int? legendOrientationThreshold = null)
Parameters
Type | Name | Description |
---|---|---|
CheckViewProperties.TypeEnum | type | type (required) (default to TypeEnum.Check). |
CheckViewProperties.ShapeEnum | shape | shape (required) (default to ShapeEnum.ChronografV2). |
System.String | checkID | checkID (required). |
Check | check | check. |
List<DashboardQuery> | queries | queries (required). |
List<DashboardColor> | colors | Colors define color encoding of data into a visualization (required). |
System.Nullable<System.Boolean> | legendColorizeRows | legendColorizeRows. |
System.Nullable<System.Boolean> | legendHide | legendHide. |
System.Nullable<System.Single> | legendOpacity | legendOpacity. |
System.Nullable<System.Int32> | legendOrientationThreshold | legendOrientationThreshold. |
Properties
Check
Gets or Sets Check
Declaration
public Check Check { get; set; }
Property Value
Type | Description |
---|---|
Check |
CheckID
Gets or Sets CheckID
Declaration
public string CheckID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Colors
Colors define color encoding of data into a visualization
Declaration
public List<DashboardColor> Colors { get; set; }
Property Value
Type | Description |
---|---|
List<DashboardColor> | Colors define color encoding of data into a visualization |
LegendColorizeRows
Gets or Sets LegendColorizeRows
Declaration
public bool? LegendColorizeRows { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
LegendHide
Gets or Sets LegendHide
Declaration
public bool? LegendHide { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
LegendOpacity
Gets or Sets LegendOpacity
Declaration
public float? LegendOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> |
LegendOrientationThreshold
Gets or Sets LegendOrientationThreshold
Declaration
public int? LegendOrientationThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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 CheckViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
CheckViewProperties.ShapeEnum |
Type
Gets or Sets Type
Declaration
public CheckViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
CheckViewProperties.TypeEnum |
Methods
Equals(CheckViewProperties)
Returns true if CheckViewProperties instances are equal
Declaration
public bool Equals(CheckViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
CheckViewProperties | input | Instance of CheckViewProperties 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 |