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

DataLakePathCreateOptions.LeaseDuration Property

Definition

Optional. Specifies the duration of the lease, in seconds, or specify InfiniteLeaseDuration for a lease that never expires. A non-infinite lease can be between 15 and 60 seconds. Does not apply to directories.

public TimeSpan? LeaseDuration { get; set; }
member this.LeaseDuration : Nullable<TimeSpan> with get, set
Public Property LeaseDuration As Nullable(Of TimeSpan)

Property Value

Applies to