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 Builder
Declaration
public BuilderConfig(List<string> buckets = null, List<BuilderTagsType> tags = null, List<BuilderFunctionsType> functions = null, BuilderConfigAggregateWindow aggregateWindow = null)
Parameters
Type | Name | Description |
---|---|---|
List<System. |
buckets | buckets. |
List<Builder |
tags | tags. |
List<Builder |
functions | functions. |
Builder |
aggregateWindow | aggregateWindow. |
Properties
AggregateWindow
Gets or Sets AggregateWindow
Declaration
public BuilderConfigAggregateWindow AggregateWindow { get; set; }
Property Value
Type | Description |
---|---|
Builder |
Buckets
Gets or Sets Buckets
Declaration
public List<string> Buckets { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
Functions
Gets or Sets Functions
Declaration
public List<BuilderFunctionsType> Functions { get; set; }
Property Value
Type | Description |
---|---|
List<Builder |
Tags
Gets or Sets Tags
Declaration
public List<BuilderTagsType> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<Builder |
Methods
Equals(BuilderConfig)
Returns true if BuilderConfig instances are equal
Declaration
public bool Equals(BuilderConfig input)
Parameters
Type | Name | Description |
---|---|---|
Builder |
input | Instance of BuilderConfig 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 |