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

DataLakePathCreateOptions Class

Definition

Optional parameters for creating a file or directory..

public class DataLakePathCreateOptions
type DataLakePathCreateOptions = class
Public Class DataLakePathCreateOptions
Inheritance
DataLakePathCreateOptions

Constructors

DataLakePathCreateOptions()

Properties

AccessOptions

Access options to set on the newly-created path.

Conditions

Optional DataLakeRequestConditions to add conditions on the creation of this file or directory.

EncryptionContext

Optional encryption context that can be set the file. Encryption context is file metadata that is not encrypted when stored on the file. The primary application of this field is to store non-encrypted data that can be used to derive the customer-provided key for a file. Not applicable for directories.

HttpHeaders

Optional standard HTTP header properties that can be set for the new file or directory.

LeaseDuration

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.

LeaseId

Optional. Proposed LeaseId. Does not apply to directories.

Metadata

Optional custom metadata to set for this file or directory.

ScheduleDeletionOptions

Options for scheduling the deletion of a path.

Applies to