你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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