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<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.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. -
Uses of DataLakePathCreateOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakePathCreateOptionsModifier and TypeMethodDescriptionDataLakePathCreateOptions.setMetadata(Map<String, String> metadata) DataLakePathCreateOptions.setPathHttpHeaders(PathHttpHeaders headers) Sets the umask.DataLakePathCreateOptions.setPermissions(String permissions) Sets the permissions.DataLakePathCreateOptions.setRequestConditions(DataLakeRequestConditions requestConditions) Sets the request conditions.Sets the umask.