Share via


DataLakeFileFlushOptions.LeaseAction Property

Definition

Lease action. Acquire will attempt to aquire a new lease on the file, with ProposedLeaseId as the lease ID. AcquireRelease will attempt to aquire a new lease on the file, with ProposedLeaseId as the lease ID. The lease will be released once the Append operation is complete. AutoRenew will attempt to renew the lease specified by LeaseId. Release will attempt to release the least speified by LeaseId.

public Azure.Storage.Files.DataLake.Models.DataLakeLeaseAction? LeaseAction { get; set; }
member this.LeaseAction : Nullable<Azure.Storage.Files.DataLake.Models.DataLakeLeaseAction> with get, set
Public Property LeaseAction As Nullable(Of DataLakeLeaseAction)

Property Value

Applies to