DataLakePathCreateOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET