Class QueryVariableProperties
QueryVariableProperties
Implements
IEquatable<QueryVariableProperties >
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class QueryVariableProperties : VariableProperties, IEquatable<QueryVariableProperties>
Constructors
QueryVariableProperties(Nullable<QueryVariableProperties.TypeEnum>, QueryVariablePropertiesValues)
Initializes a new instance of the Query
Declaration
public QueryVariableProperties(QueryVariableProperties.TypeEnum? type = null, QueryVariablePropertiesValues values = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | type. |
Query |
values | values. |
Properties
Type
Gets or Sets Type
Declaration
public QueryVariableProperties.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
Values
Gets or Sets Values
Declaration
public QueryVariablePropertiesValues Values { get; set; }
Property Value
Type | Description |
---|---|
Query |
Methods
Equals(QueryVariableProperties)
Returns true if QueryVariableProperties instances are equal
Declaration
public bool Equals(QueryVariableProperties input)
Parameters
Type | Name | Description |
---|---|---|
Query |
input | Instance of QueryVariableProperties 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 |
Overrides
Implements
IEquatable<>