Class StateStoreGetResponse
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public class StateStoreGetResponse : IStateStoreGetResponse, IStateStoreResponse
- Inheritance
-
StateStoreGetResponse
- Implements
- Inherited Members
Properties
Value
The requested value associated with the key.
public StateStoreValue? Value { get; }
Property Value
Remarks
This value is null if the requested key isn't in the State Store.
Version
The version of the key returned by the service, if applicable.
public HybridLogicalClock? Version { get; set; }
Property Value
Remarks
In cases where no key is returned by the service (such as when getting a key that isn't present in the store), this value is null.