Mono<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.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
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.
|