Click or drag to resize

StoreHistoryDataResponse Class

* The response from storing history data containing statuses and the result.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiStoreHistoryDataResponse

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

The StoreHistoryDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodStoreHistoryDataResponseInitializes a new instance of the StoreHistoryDataResponse class
Public methodStoreHistoryDataResponse(StoreHistoryDataResponse)Initializes a new instance of the StoreHistoryDataResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the view to store history data.
Public propertyStatic memberParser 
Public propertyResults The results of storing the data.
Public propertyStatus The status of the call
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberResultsFieldNumberField number for the "results" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also