Class DeleteOptions
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Options that control the behavior of a delete operation.
public class DeleteOptions
- Inheritance
-
DeleteOptions
- Inherited Members
Properties
Default
The default options, which don't specify an expected epoch.
public static DeleteOptions Default { get; }
Property Value
ExpectedEpoch
If specified, the request fails when the current epoch doesn't match.
public ulong? ExpectedEpoch { get; set; }