Class StateStoreDeleteResponse
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public class StateStoreDeleteResponse
- Inheritance
-
StateStoreDeleteResponse
- Inherited Members
Properties
DeletedItemsCount
The number of items deleted by the request.
public int? DeletedItemsCount { get; }
Property Value
- int?
Remarks
If this delete operation was conditional on OnlyDeleteIfValueEquals and the request was not carried out because of that condition, then this value will be -1.