Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions
Optional parameters for creating a file or directory..
Access options to set on the newly-created path.
Optional DataLakeRequestConditions to add
conditions on the creation of this file or directory.
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.
Optional standard HTTP header properties that can be set for the
new file or directory.
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.
Optional. Proposed LeaseId.
Does not apply to directories.
Optional custom metadata to set for this file or directory.
Options for scheduling the deletion of a path.
public DataLakePathCreateOptions()