<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.24.0" />

Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions

Optional parameters for creating a file or directory..
public DataLakeAccessOptions AccessOptions { get; set; }

Access options to set on the newly-created path.

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

public string EncryptionContext { get; set; }

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.

public PathHttpHeaders HttpHeaders { get; set; }

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

public TimeSpan? LeaseDuration { get; set; }

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 string LeaseId { get; set; }

Optional. Proposed LeaseId. Does not apply to directories.

public IDictionary<string, string> Metadata { get; set; }

Optional custom metadata to set for this file or directory.

Options for scheduling the deletion of a path.