Click or drag to resize

AggregateTagRequest Class

* A request used by GetAggregateDataRequest to specify the details of an aggregate for a tag.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAggregateTagRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class AggregateTagRequest : IMessage<AggregateTagRequest>, 
	IMessage, IEquatable<AggregateTagRequest>, IDeepCloneable<AggregateTagRequest>, 
	IBufferMessage

The AggregateTagRequest type exposes the following members.

Constructors
 NameDescription
Public methodAggregateTagRequestInitializes a new instance of the AggregateTagRequest class
Public methodAggregateTagRequest(AggregateTagRequest)Initializes a new instance of the AggregateTagRequest class
Top
Properties
 NameDescription
Public propertyAggregateConfiguration The configuration of the aggregate on how to handle the different qualities.
Public propertyAggregateName The name of the aggregate function to use to get the data.
Public propertyClientData The client data.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertySloped Whether the data will be using sloped extrapolation or not.
Public propertyTagName The name of the tag to get aggregate data for.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAggregateConfigurationFieldNumberField number for the "aggregate_configuration" field.
Public fieldStatic memberAggregateNameFieldNumberField number for the "aggregate_name" field.
Public fieldStatic memberClientDataFieldNumberField number for the "client_data" field.
Public fieldStatic memberSlopedFieldNumberField number for the "sloped" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Top
See Also