Click or drag to resize

GetAggregateDataRequest Class

* A request to get the aggregate data for the selected tags.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetAggregateDataRequest

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

The GetAggregateDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetAggregateDataRequestInitializes a new instance of the GetAggregateDataRequest class
Public methodGetAggregateDataRequest(GetAggregateDataRequest)Initializes a new instance of the GetAggregateDataRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyEndTime The end time of the range to get data for.
Public propertyInterval The interval to process the raw data in.
Public propertyStatic memberParser 
Public propertyRequests Requests to get aggregate data.
Public propertyReturnAnnotations Whether annotations should be returned or not.
Public propertyStartTime The start time of the range to get data for.
Public propertyView The view containing the tags.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberEndTimeFieldNumberField number for the "end_time" field.
Public fieldStatic memberIntervalFieldNumberField number for the "interval" field.
Public fieldStatic memberRequestsFieldNumberField number for the "requests" field.
Public fieldStatic memberReturnAnnotationsFieldNumberField number for the "return_annotations" field.
Public fieldStatic memberStartTimeFieldNumberField number for the "start_time" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also