Interface IStateStoreDeleteResponse
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public interface IStateStoreDeleteResponse
Properties
DeletedItemsCount
The number of items deleted by the request.
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.