DataLakeFileAppendOptions.LeaseAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lease action. Acquire will attempt to acquire a new lease on the file, with ProposedLeaseId as the lease ID. AcquireRelease will attempt to acquire a new lease on the file, with ProposedLeaseId as the lease ID. The lease will be released once the Append operation is complete. Only applicable if Flush is set to true. AutoRenew will attempt to renew the lease specified by LeaseId. Release will attempt to release the least speified by LeaseId. Only applicable if Flush is set to true.
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
Azure SDK for .NET