Aggregate |
public sealed class AggregateTagRequest : IMessage<AggregateTagRequest>, IMessage, IEquatable<AggregateTagRequest>, IDeepCloneable<AggregateTagRequest>, IBufferMessage
The AggregateTagRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateTagRequest | Initializes a new instance of the AggregateTagRequest class | |
| AggregateTagRequest(AggregateTagRequest) | Initializes a new instance of the AggregateTagRequest class |
| Name | Description | |
|---|---|---|
| AggregateConfiguration | The configuration of the aggregate on how to handle the different qualities. | |
| AggregateName | The name of the aggregate function to use to get the data. | |
| ClientData | The client data. | |
| Descriptor | ||
| Parser | ||
| Sloped | Whether the data will be using sloped extrapolation or not. | |
| TagName | The name of the tag to get aggregate data for. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(AggregateTagRequest) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(AggregateTagRequest) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AggregateConfigurationFieldNumber | Field number for the "aggregate_configuration" field. | |
| AggregateNameFieldNumber | Field number for the "aggregate_name" field. | |
| ClientDataFieldNumber | Field number for the "client_data" field. | |
| SlopedFieldNumber | Field number for the "sloped" field. | |
| TagNameFieldNumber | Field number for the "tag_name" field. |