Uses of Class
com.azure.storage.file.datalake.options.DataLakePathCreateOptions
Packages that use DataLakePathCreateOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakePathCreateOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakePathCreateOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeFileSystemAsyncClient.createDirectoryIfNotExistsWithResponse(String directoryName, DataLakePathCreateOptions options) Creates a new directory within a file system if it does not exist.com.azure.core.http.rest.Response<DataLakeDirectoryClient> DataLakeFileSystemClient.createDirectoryIfNotExistsWithResponse(String directoryName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new directory within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeFileSystemAsyncClient.createDirectoryWithResponse(String directoryName, DataLakePathCreateOptions options) Creates a new directory within a file system.com.azure.core.http.rest.Response<DataLakeDirectoryClient> DataLakeFileSystemClient.createDirectoryWithResponse(String directoryName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new directory within a file system.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>> DataLakeDirectoryAsyncClient.createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options) Creates a new file within a directory if it does not exist.com.azure.core.http.rest.Response<DataLakeFileClient> DataLakeDirectoryClient.createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a directory if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>> DataLakeFileSystemAsyncClient.createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options) Creates a new file within a file system if it does not exist.com.azure.core.http.rest.Response<DataLakeFileClient> DataLakeFileSystemClient.createFileIfNotExistsWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>> DataLakeDirectoryAsyncClient.createFileWithResponse(String fileName, DataLakePathCreateOptions options) Creates a new file within a directory.com.azure.core.http.rest.Response<DataLakeFileClient> DataLakeDirectoryClient.createFileWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a directory.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>> DataLakeFileSystemAsyncClient.createFileWithResponse(String fileName, DataLakePathCreateOptions options) Creates a new file within a file system.com.azure.core.http.rest.Response<DataLakeFileClient> DataLakeFileSystemClient.createFileWithResponse(String fileName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file within a file system.DataLakePathAsyncClient.createIfNotExistsWithResponse(DataLakePathCreateOptions options) Creates a resource if it does not exist.com.azure.core.http.rest.Response<PathInfo> DataLakePathClient.createIfNotExistsWithResponse(DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a resource if a path does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.createSubdirectoryIfNotExistsWithResponse(String subdirectoryName, DataLakePathCreateOptions options) Creates a new sub-directory within a directory if it does not exist.com.azure.core.http.rest.Response<DataLakeDirectoryClient> DataLakeDirectoryClient.createSubdirectoryIfNotExistsWithResponse(String subdirectoryName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new sub-directory within a directory if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.createSubdirectoryWithResponse(String subdirectoryName, DataLakePathCreateOptions options) Creates a new sub-directory within a directory.com.azure.core.http.rest.Response<DataLakeDirectoryClient> DataLakeDirectoryClient.createSubdirectoryWithResponse(String subdirectoryName, DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new sub-directory within a directory.DataLakePathAsyncClient.createWithResponse(DataLakePathCreateOptions options) Creates a resource.com.azure.core.http.rest.Response<PathInfo> DataLakePathClient.createWithResponse(DataLakePathCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a resource. -
Uses of DataLakePathCreateOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakePathCreateOptionsModifier and TypeMethodDescriptionDataLakePathCreateOptions.setAccessControlList(List<PathAccessControlEntry> accessControl) Optional.DataLakePathCreateOptions.setEncryptionContext(String encryptionContext) Optional encryption context that can be set on the file.Optional.DataLakePathCreateOptions.setLeaseDuration(Integer duration) Optional.DataLakePathCreateOptions.setMetadata(Map<String, String> metadata) Optional custom metadata to set for this file or directory.Optional.DataLakePathCreateOptions.setPathHttpHeaders(PathHttpHeaders headers) Optional standard HTTP header properties that can be set for the new file or directory.DataLakePathCreateOptions.setPermissions(String permissions) Sets POSIX access permissions for the file owner, the file owning group, and others.DataLakePathCreateOptions.setProposedLeaseId(String leaseId) Optional.DataLakePathCreateOptions.setRequestConditions(DataLakeRequestConditions requestConditions) OptionalDataLakeRequestConditionsconditions on the creation of this file or directory.DataLakePathCreateOptions.setScheduleDeletionOptions(DataLakePathScheduleDeletionOptions deletionOptions) Scheduled deletion options to set on the path.DataLakePathCreateOptions.setSourceLeaseId(String leaseId) Sets the source lease ID.When creating a file or directory and the parent folder does not have a default ACL, the umask restricts the permissions of the file or directory to be created.