Click or drag to resize

RawTagRequest Class

* A request used by GetRawDataRequest in order to get the right data points.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiRawTagRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class RawTagRequest : IMessage<RawTagRequest>, 
	IMessage, IEquatable<RawTagRequest>, IDeepCloneable<RawTagRequest>, 
	IBufferMessage

The RawTagRequest type exposes the following members.

Constructors
 NameDescription
Public methodRawTagRequestInitializes a new instance of the RawTagRequest class
Public methodRawTagRequest(RawTagRequest)Initializes a new instance of the RawTagRequest class
Top
Properties
 NameDescription
Public propertyClientData The client data represented as a number.
Public propertyContinuationPoint The continuation point for the data.
Public propertyStatic memberDescriptor 
Public propertyEndTime The end time of the range to get raw data for.
Public propertyStatic memberParser 
Public propertyStartTime The start time of the range to get raw data for.
Public propertyTagName The name of the tag.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberClientDataFieldNumberField number for the "client_data" field.
Public fieldStatic memberContinuationPointFieldNumberField number for the "continuation_point" field.
Public fieldStatic memberEndTimeFieldNumberField number for the "end_time" field.
Public fieldStatic memberStartTimeFieldNumberField number for the "start_time" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Top
See Also