Table of Contents

Interface IStateStoreGetResponse

Namespace
Azure.Iot.Operations.Services.StateStore
Assembly
Azure.Iot.Operations.Services.dll
public interface IStateStoreGetResponse : IStateStoreResponse
Inherited Members

Properties

Value

The requested value associated with the key.

StateStoreValue? Value { get; }

Property Value

StateStoreValue

Remarks

This value is null if the requested key isn't in the State Store.