Table of Contents

Class DeleteOptions

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Options that control the behavior of a delete operation.

public class DeleteOptions
Inheritance
DeleteOptions
Inherited Members

Properties

ExpectedEpoch

If specified, the request fails when the current epoch doesn't match.

[JsonPropertyName("expectedEpoch")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ulong? ExpectedEpoch { get; set; }

Property Value

ulong?