Class StateStoreDeleteRequestOptions
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
The optional parameters for a Delete request.
public class StateStoreDeleteRequestOptions
- Inheritance
-
StateStoreDeleteRequestOptions
- Inherited Members
Properties
FencingToken
The optional fencing token to include in the request.
public HybridLogicalClock? FencingToken { get; set; }
Property Value
OnlyDeleteIfValueEquals
If provided, the delete operation will only execute if the value in the State Store matches this value. If not provided, the delete operation will execute unconditionally.
public StateStoreValue? OnlyDeleteIfValueEquals { get; set; }