Click or drag to resize

StoreDataRequest Class

* The request of the data to store used by StoreHistoryDataRequest.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiStoreDataRequest

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

The StoreDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodStoreDataRequestInitializes a new instance of the StoreDataRequest class
Public methodStoreDataRequest(StoreDataRequest)Initializes a new instance of the StoreDataRequest class
Top
Properties
 NameDescription
Public propertyClientData The client data.
Public propertyCommonPropertyTimestamp Timestamp for the new data
Public propertyCreateIfTagNotFound Whether or not to create the tag if it is not found.
Public propertyDataSet The dataset name.
Public propertyDeleteAllTvqsFrom Timestamp for where to start deleting TVQs.
Public propertyDeleteAllTvqsUpTo Timestamp for where to end deleting TVQs.
Public propertyStatic memberDescriptor 
Public propertyHandleOutOfOrderData Whether or not to handle data that is entered out of order.
Public propertyStatic memberParser 
Public propertyProperties The map of the properties with their values.
Public propertyReasonForTheDataChange The reason behind the change.
Public propertyTagName The tag name.
Public propertyTvqs The TVQs for the tag.
Public propertyWhoIsChangingData The user changing the data.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberClientDataFieldNumberField number for the "client_data" field.
Public fieldStatic memberCommonPropertyTimestampFieldNumberField number for the "common_property_timestamp" field.
Public fieldStatic memberCreateIfTagNotFoundFieldNumberField number for the "create_if_tag_not_found" field.
Public fieldStatic memberDataSetFieldNumberField number for the "data_set" field.
Public fieldStatic memberDeleteAllTvqsFromFieldNumberField number for the "delete_all_tvqs_from" field.
Public fieldStatic memberDeleteAllTvqsUpToFieldNumberField number for the "delete_all_tvqs_up_to" field.
Public fieldStatic memberHandleOutOfOrderDataFieldNumberField number for the "handle_out_of_order_data" field.
Public fieldStatic memberPropertiesFieldNumberField number for the "properties" field.
Public fieldStatic memberReasonForTheDataChangeFieldNumberField number for the "reason_for_the_data_change" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Public fieldStatic memberTvqsFieldNumberField number for the "tvqs" field.
Public fieldStatic memberWhoIsChangingDataFieldNumberField number for the "who_is_changing_data" field.
Top
See Also