Table of Contents

Class StateStoreSetResponse

Namespace
Azure.Iot.Operations.Services.StateStore
Assembly
Azure.Iot.Operations.Services.dll
public class StateStoreSetResponse : IStateStoreSetResponse, IStateStoreResponse
Inheritance
StateStoreSetResponse
Implements
Inherited Members

Properties

Success

True if the set request executed successfully. False otherwise.

public bool Success { get; }

Property Value

bool

Version

The version of the key returned by the service, if applicable.

public HybridLogicalClock? Version { get; set; }

Property Value

HybridLogicalClock

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.