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. |
authorizations | authorizations. |
System. |
buckets | buckets. |
System. |
dashboards | dashboards. |
Routes |
external | external. |
System. |
variables | variables. |
System. |
me | me. |
System. |
flags | flags. |
System. |
orgs | orgs. |
Routes |
query | query. |
System. |
setup | setup. |
System. |
signin | signin. |
System. |
signout | signout. |
System. |
sources | sources. |
Routes |
system | system. |
System. |
tasks | tasks. |
System. |
telegrafs | telegrafs. |
System. |
users | users. |
System. |
write | write. |
Properties
Authorizations
Gets or Sets Authorizations
Declaration
public string Authorizations { get; set; }
Property Value
Type | Description |
---|---|
System. |
Buckets
Gets or Sets Buckets
Declaration
public string Buckets { get; set; }
Property Value
Type | Description |
---|---|
System. |
Dashboards
Gets or Sets Dashboards
Declaration
public string Dashboards { get; set; }
Property Value
Type | Description |
---|---|
System. |
External
Gets or Sets External
Declaration
public RoutesExternal External { get; set; }
Property Value
Type | Description |
---|---|
Routes |
Flags
Gets or Sets Flags
Declaration
public string Flags { get; set; }
Property Value
Type | Description |
---|---|
System. |
Me
Gets or Sets Me
Declaration
public string Me { get; set; }
Property Value
Type | Description |
---|---|
System. |
Orgs
Gets or Sets Orgs
Declaration
public string Orgs { get; set; }
Property Value
Type | Description |
---|---|
System. |
Query
Gets or Sets Query
Declaration
public RoutesQuery Query { get; set; }
Property Value
Type | Description |
---|---|
Routes |
Setup
Gets or Sets Setup
Declaration
public string Setup { get; set; }
Property Value
Type | Description |
---|---|
System. |
Signin
Gets or Sets Signin
Declaration
public string Signin { get; set; }
Property Value
Type | Description |
---|---|
System. |
Signout
Gets or Sets Signout
Declaration
public string Signout { get; set; }
Property Value
Type | Description |
---|---|
System. |
Sources
Gets or Sets Sources
Declaration
public string Sources { get; set; }
Property Value
Type | Description |
---|---|
System. |
System
Gets or Sets System
Declaration
public RoutesSystem System { get; set; }
Property Value
Type | Description |
---|---|
Routes |
Tasks
Gets or Sets Tasks
Declaration
public string Tasks { get; set; }
Property Value
Type | Description |
---|---|
System. |
Telegrafs
Gets or Sets Telegrafs
Declaration
public string Telegrafs { get; set; }
Property Value
Type | Description |
---|---|
System. |
Users
Gets or Sets Users
Declaration
public string Users { get; set; }
Property Value
Type | Description |
---|---|
System. |
Variables
Gets or Sets Variables
Declaration
public string Variables { get; set; }
Property Value
Type | Description |
---|---|
System. |
Write
Gets or Sets Write
Declaration
public string Write { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
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 |