Class RoutesQuery
RoutesQuery
Inheritance
System.Object
RoutesQuery
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class RoutesQuery : IEquatable<RoutesQuery>
Constructors
RoutesQuery(String, String, String, String)
Initializes a new instance of the RoutesQuery class.
Declaration
public RoutesQuery(string self = null, string ast = null, string analyze = null, string suggestions = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | self | self. |
System.String | ast | ast. |
System.String | analyze | analyze. |
System.String | suggestions | suggestions. |
Properties
Analyze
Gets or Sets Analyze
Declaration
public string Analyze { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ast
Gets or Sets Ast
Declaration
public string Ast { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Self
Gets or Sets Self
Declaration
public string Self { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Suggestions
Gets or Sets Suggestions
Declaration
public string Suggestions { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(RoutesQuery)
Returns true if RoutesQuery instances are equal
Declaration
public bool Equals(RoutesQuery input)
Parameters
Type | Name | Description |
---|---|---|
RoutesQuery | input | Instance of RoutesQuery 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 |