Store |
public sealed class StoreDataRequest : IMessage<StoreDataRequest>, IMessage, IEquatable<StoreDataRequest>, IDeepCloneable<StoreDataRequest>, IBufferMessage
The StoreDataRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| StoreDataRequest | Initializes a new instance of the StoreDataRequest class | |
| StoreDataRequest(StoreDataRequest) | Initializes a new instance of the StoreDataRequest class |
| Name | Description | |
|---|---|---|
| ClientData | The client data. | |
| CommonPropertyTimestamp | Timestamp for the new data | |
| CreateIfTagNotFound | Whether or not to create the tag if it is not found. | |
| DataSet | The dataset name. | |
| DeleteAllTvqsFrom | Timestamp for where to start deleting TVQs. | |
| DeleteAllTvqsUpTo | Timestamp for where to end deleting TVQs. | |
| Descriptor | ||
| HandleOutOfOrderData | Whether or not to handle data that is entered out of order. | |
| Parser | ||
| Properties | The map of the properties with their values. | |
| ReasonForTheDataChange | The reason behind the change. | |
| TagName | The tag name. | |
| Tvqs | The TVQs for the tag. | |
| WhoIsChangingData | The user changing the data. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(StoreDataRequest) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(StoreDataRequest) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| ClientDataFieldNumber | Field number for the "client_data" field. | |
| CommonPropertyTimestampFieldNumber | Field number for the "common_property_timestamp" field. | |
| CreateIfTagNotFoundFieldNumber | Field number for the "create_if_tag_not_found" field. | |
| DataSetFieldNumber | Field number for the "data_set" field. | |
| DeleteAllTvqsFromFieldNumber | Field number for the "delete_all_tvqs_from" field. | |
| DeleteAllTvqsUpToFieldNumber | Field number for the "delete_all_tvqs_up_to" field. | |
| HandleOutOfOrderDataFieldNumber | Field number for the "handle_out_of_order_data" field. | |
| PropertiesFieldNumber | Field number for the "properties" field. | |
| ReasonForTheDataChangeFieldNumber | Field number for the "reason_for_the_data_change" field. | |
| TagNameFieldNumber | Field number for the "tag_name" field. | |
| TvqsFieldNumber | Field number for the "tvqs" field. | |
| WhoIsChangingDataFieldNumber | Field number for the "who_is_changing_data" field. |