Mono<PathInfo> |
DataLakePathAsyncClient.create() |
Creates a resource.
|
Mono<PathInfo> |
DataLakePathAsyncClient.create(boolean overwrite) |
Creates a resource.
|
Mono<PathInfo> |
DataLakePathAsyncClient.createIfNotExists() |
Creates a resource 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<PathInfo>> |
DataLakePathAsyncClient.createWithResponse(String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions) |
Creates a resource.
|
com.azure.core.http.rest.Response<PathInfo> |
DataLakePathClient.createWithResponse(String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Creates a resource.
|
Mono<PathInfo> |
DataLakeFileAsyncClient.flush(long position) |
Flushes (writes) data previously appended to the file through a call to append.
|
Mono<PathInfo> |
DataLakeFileAsyncClient.flush(long position,
boolean overwrite) |
Flushes (writes) data previously appended to the file through a call to append.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
DataLakeFileAsyncClient.flushWithResponse(long position,
boolean retainUncommittedData,
boolean close,
PathHttpHeaders httpHeaders,
DataLakeRequestConditions requestConditions) |
Flushes (writes) data previously appended to the file through a call to append.
|
com.azure.core.http.rest.Response<PathInfo> |
DataLakeFileClient.flushWithResponse(long position,
boolean retainUncommittedData,
boolean close,
PathHttpHeaders httpHeaders,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Flushes (writes) data previously appended to the file through a call to append.
|
Mono<PathInfo> |
DataLakePathAsyncClient.setAccessControlList(List<PathAccessControlEntry> accessControlList,
String group,
String owner) |
Changes the access control list, group and/or owner for a resource.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
DataLakePathAsyncClient.setAccessControlListWithResponse(List<PathAccessControlEntry> accessControlList,
String group,
String owner,
DataLakeRequestConditions requestConditions) |
Changes the access control list, group and/or owner for a resource.
|
com.azure.core.http.rest.Response<PathInfo> |
DataLakePathClient.setAccessControlListWithResponse(List<PathAccessControlEntry> accessControlList,
String group,
String owner,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Changes the access control list, group and/or owner for a resource.
|
Mono<PathInfo> |
DataLakePathAsyncClient.setPermissions(PathPermissions permissions,
String group,
String owner) |
Changes the permissions, group and/or owner for a resource.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
DataLakePathAsyncClient.setPermissionsWithResponse(PathPermissions permissions,
String group,
String owner,
DataLakeRequestConditions requestConditions) |
Changes the permissions, group and/or owner for a resource.
|
com.azure.core.http.rest.Response<PathInfo> |
DataLakePathClient.setPermissionsWithResponse(PathPermissions permissions,
String group,
String owner,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Changes the permissions, group and/or owner for a resource.
|
Mono<PathInfo> |
DataLakeFileAsyncClient.upload(Flux<ByteBuffer> data,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions) |
Creates a new file and uploads content.
|
Mono<PathInfo> |
DataLakeFileAsyncClient.upload(Flux<ByteBuffer> data,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
boolean overwrite) |
Creates a new file and uploads content.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
DataLakeFileAsyncClient.uploadWithResponse(FileParallelUploadOptions options) |
Creates a new file.
|
Mono<com.azure.core.http.rest.Response<PathInfo>> |
DataLakeFileAsyncClient.uploadWithResponse(Flux<ByteBuffer> data,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions) |
Creates a new file.
|
com.azure.core.http.rest.Response<PathInfo> |
DataLakeFileClient.uploadWithResponse(FileParallelUploadOptions options,
Duration timeout,
com.azure.core.util.Context context) |
Creates a new file.
|