Class Routes
Routes
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class Routes : IEquatable<Routes>
Constructors
Routes(String, String, String, RoutesExternal, String, String, String, String, RoutesQuery, String, String, String, String, RoutesSystem, String, String, String, String)
Initializes a new instance of the Routes class.
Declaration
public Routes(string authorizations = null, string buckets = null, string dashboards = null, RoutesExternal external = null, string variables = null, string me = null, string flags = null, string orgs = null, RoutesQuery query = null, string setup = null, string signin = null, string signout = null, string sources = null, RoutesSystem system = null, string tasks = null, string telegrafs = null, string users = null, string write = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | authorizations | authorizations. |
System.String | buckets | buckets. |
System.String | dashboards | dashboards. |
RoutesExternal | external | external. |
System.String | variables | variables. |
System.String | me | me. |
System.String | flags | flags. |
System.String | orgs | orgs. |
RoutesQuery | query | query. |
System.String | setup | setup. |
System.String | signin | signin. |
System.String | signout | signout. |
System.String | sources | sources. |
RoutesSystem | system | system. |
System.String | tasks | tasks. |
System.String | telegrafs | telegrafs. |
System.String | users | users. |
System.String | write | write. |
Properties
Authorizations
Gets or Sets Authorizations
Declaration
public string Authorizations { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Buckets
Gets or Sets Buckets
Declaration
public string Buckets { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dashboards
Gets or Sets Dashboards
Declaration
public string Dashboards { get; set; }
Property Value
Type | Description |
---|---|
System.String |
External
Gets or Sets External
Declaration
public RoutesExternal External { get; set; }
Property Value
Type | Description |
---|---|
RoutesExternal |
Flags
Gets or Sets Flags
Declaration
public string Flags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Me
Gets or Sets Me
Declaration
public string Me { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Orgs
Gets or Sets Orgs
Declaration
public string Orgs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Query
Gets or Sets Query
Declaration
public RoutesQuery Query { get; set; }
Property Value
Type | Description |
---|---|
RoutesQuery |
Setup
Gets or Sets Setup
Declaration
public string Setup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signin
Gets or Sets Signin
Declaration
public string Signin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signout
Gets or Sets Signout
Declaration
public string Signout { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sources
Gets or Sets Sources
Declaration
public string Sources { get; set; }
Property Value
Type | Description |
---|---|
System.String |
System
Gets or Sets System
Declaration
public RoutesSystem System { get; set; }
Property Value
Type | Description |
---|---|
RoutesSystem |
Tasks
Gets or Sets Tasks
Declaration
public string Tasks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telegrafs
Gets or Sets Telegrafs
Declaration
public string Telegrafs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Users
Gets or Sets Users
Declaration
public string Users { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Variables
Gets or Sets Variables
Declaration
public string Variables { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Write
Gets or Sets Write
Declaration
public string Write { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Routes)
Returns true if Routes instances are equal
Declaration
public bool Equals(Routes input)
Parameters
Type | Name | Description |
---|---|---|
Routes | input | Instance of Routes 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 |