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