Click or drag to resize

AggregateTagData Class

* The aggregate data for a specific tag.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAggregateTagData

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 AggregateTagData : IMessage<AggregateTagData>, 
	IMessage, IEquatable<AggregateTagData>, IDeepCloneable<AggregateTagData>, 
	IBufferMessage

The AggregateTagData type exposes the following members.

Constructors
 NameDescription
Public methodAggregateTagDataInitializes a new instance of the AggregateTagData class
Public methodAggregateTagData(AggregateTagData)Initializes a new instance of the AggregateTagData class
Top
Properties
 NameDescription
Public propertyAnnotations Any annotations for the tag.
Public propertyClientData The client data.
Public propertyStatic memberDescriptor 
Public propertyErrorCode The error code if an error occurred.
Public propertyErrorMessage The error message if an error occurred.
Public propertyStatic memberParser 
Public propertyTagName The name of the tag.
Public propertyTvqs The TVQs of the tag with the aggregate applied.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAnnotationsFieldNumberField number for the "annotations" field.
Public fieldStatic memberClientDataFieldNumberField number for the "client_data" field.
Public fieldStatic memberErrorCodeFieldNumberField number for the "error_code" field.
Public fieldStatic memberErrorMessageFieldNumberField number for the "error_message" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Public fieldStatic memberTvqsFieldNumberField number for the "tvqs" field.
Top
See Also