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 Check
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 Check
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 |
---|---|---|
Check |
type | type (required) (default to TypeEnum.Check). |
Check |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
checkID | checkID (required). |
Check | check | check. |
List<Dashboard |
queries | queries (required). |
List<Dashboard |
colors | Colors define color encoding of data into a visualization (required). |
System. |
legendColorizeRows | legendColorizeRows. |
System. |
legendHide | legendHide. |
System. |
legendOpacity | legendOpacity. |
System. |
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. |
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 |
LegendColorizeRows
Gets or Sets LegendColorizeRows
Declaration
public bool? LegendColorizeRows { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendHide
Gets or Sets LegendHide
Declaration
public bool? LegendHide { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendOpacity
Gets or Sets LegendOpacity
Declaration
public float? LegendOpacity { get; set; }
Property Value
Type | Description |
---|---|
System. |
LegendOrientationThreshold
Gets or Sets LegendOrientationThreshold
Declaration
public int? LegendOrientationThreshold { 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 CheckViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Check |
Type
Gets or Sets Type
Declaration
public CheckViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Check |
Methods
Equals(CheckViewProperties)
Returns true if CheckViewProperties instances are equal
Declaration
public bool Equals(CheckViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Check |
input | Instance of CheckViewProperties 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 |