Interface IStateStoreResponse
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public interface IStateStoreResponse
Properties
Version
The version of the key returned by the service, if applicable.
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.