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