Click or drag to resize

GetAggregateDataResponse Class

* The response of getting the aggregate data.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetAggregateDataResponse

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

The GetAggregateDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetAggregateDataResponseInitializes a new instance of the GetAggregateDataResponse class
Public methodGetAggregateDataResponse(GetAggregateDataResponse)Initializes a new instance of the GetAggregateDataResponse class
Top
Properties
 NameDescription
Public propertyAggregatedData The aggregate data for the tags.
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of trying to access and work with the data.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAggregatedDataFieldNumberField number for the "aggregated_data" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also