Click or drag to resize

GetRawDataRequest Class

* A request to get the raw data of the selected tags for the selected time frame.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetRawDataRequest

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

The GetRawDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetRawDataRequestInitializes a new instance of the GetRawDataRequest class
Public methodGetRawDataRequest(GetRawDataRequest)Initializes a new instance of the GetRawDataRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyMaxCountPerTag The max count of data per tag.
Public propertyStatic memberParser 
Public propertyRequests The tags to get along with the time frame.
Public propertyReturnAnnotations Whether or not to return the annotations.
Public propertyReturnBounds Whether or not to include bounding values.
Public propertyView The view containing the tags.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberMaxCountPerTagFieldNumberField number for the "max_count_per_tag" field.
Public fieldStatic memberRequestsFieldNumberField number for the "requests" field.
Public fieldStatic memberReturnAnnotationsFieldNumberField number for the "return_annotations" field.
Public fieldStatic memberReturnBoundsFieldNumberField number for the "return_bounds" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also