Class StateStoreResponse
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public abstract class StateStoreResponse
- Inheritance
-
StateStoreResponse
- Derived
- Inherited Members
Properties
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.