Table of Contents

Class StateStoreGetResponse

Namespace
Azure.Iot.Operations.Services.StateStore
Assembly
Azure.Iot.Operations.Services.dll
public class StateStoreGetResponse : StateStoreResponse
Inheritance
StateStoreGetResponse
Inherited Members

Properties

Value

The requested value associated with the key.

public StateStoreValue? Value { get; }

Property Value

StateStoreValue

Remarks

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