Class AnalyzeQueryResponse
AnalyzeQueryResponse
Inheritance
System.Object
AnalyzeQueryResponse
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class AnalyzeQueryResponse : IEquatable<AnalyzeQueryResponse>
Constructors
AnalyzeQueryResponse(List<AnalyzeQueryResponseErrors>)
Initializes a new instance of the Analyze
Declaration
public AnalyzeQueryResponse(List<AnalyzeQueryResponseErrors> errors = null)
Parameters
Type | Name | Description |
---|---|---|
List<Analyze |
errors | errors. |
Properties
Errors
Gets or Sets Errors
Declaration
public List<AnalyzeQueryResponseErrors> Errors { get; set; }
Property Value
Type | Description |
---|---|
List<Analyze |
Methods
Equals(AnalyzeQueryResponse)
Returns true if AnalyzeQueryResponse instances are equal
Declaration
public bool Equals(AnalyzeQueryResponse input)
Parameters
Type | Name | Description |
---|---|---|
Analyze |
input | Instance of AnalyzeQueryResponse 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 |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |