| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| com.azure.storage.file.datalake.options |
Package containing options model classes used by Azure Storage File Datalake.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> |
DataLakeFileSystemAsyncClient.createDirectoryWithResponse(String directoryName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions)
Creates a new directory within a file system.
|
com.azure.core.http.rest.Response<DataLakeDirectoryClient> |
DataLakeFileSystemClient.createDirectoryWithResponse(String directoryName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
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.createFileWithResponse(String fileName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions)
Creates a new file within a directory.
|
Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>> |
DataLakeFileSystemAsyncClient.createFileWithResponse(String fileName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions)
Creates a new file within a file system.
|
com.azure.core.http.rest.Response<DataLakeFileClient> |
DataLakeFileSystemClient.createFileWithResponse(String fileName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context)
Creates a new file within a file system.
|
com.azure.core.http.rest.Response<DataLakeFileClient> |
DataLakeDirectoryClient.createFileWithResponse(String fileName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context)
Creates a new file within a directory.
|
Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> |
DataLakeDirectoryAsyncClient.createSubdirectoryWithResponse(String subdirectoryName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions)
Creates a new sub-directory within a directory.
|
com.azure.core.http.rest.Response<DataLakeDirectoryClient> |
DataLakeDirectoryClient.createSubdirectoryWithResponse(String subdirectoryName,
String permissions,
String umask,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context)
Creates a new sub-directory within a directory.
|
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<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<Void> |
DataLakePathAsyncClient.setHttpHeaders(PathHttpHeaders headers)
Changes a resource's HTTP header properties.
|
void |
DataLakePathClient.setHttpHeaders(PathHttpHeaders headers)
Changes a resources's HTTP header properties.
|
Mono<com.azure.core.http.rest.Response<Void>> |
DataLakePathAsyncClient.setHttpHeadersWithResponse(PathHttpHeaders headers,
DataLakeRequestConditions requestConditions)
Changes a resources's HTTP header properties.
|
com.azure.core.http.rest.Response<Void> |
DataLakePathClient.setHttpHeadersWithResponse(PathHttpHeaders headers,
DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context)
Changes a resources's HTTP header properties.
|
Mono<Void> |
DataLakeFileAsyncClient.uploadFromFile(String filePath,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions)
Creates a new file, with the content of the specified file.
|
void |
DataLakeFileClient.uploadFromFile(String filePath,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
PathHttpHeaders headers,
Map<String,String> metadata,
DataLakeRequestConditions requestConditions,
Duration timeout)
Creates a file, with the content of the specified 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.
|
| Modifier and Type | Method and Description |
|---|---|
PathHttpHeaders |
PathHttpHeaders.setCacheControl(String cacheControl)
Set the cacheControl property: Optional.
|
PathHttpHeaders |
PathHttpHeaders.setContentDisposition(String contentDisposition)
Set the contentDisposition property: Optional.
|
PathHttpHeaders |
PathHttpHeaders.setContentEncoding(String contentEncoding)
Set the contentEncoding property: Optional.
|
PathHttpHeaders |
PathHttpHeaders.setContentLanguage(String contentLanguage)
Set the contentLanguage property: Optional.
|
PathHttpHeaders |
PathHttpHeaders.setContentMd5(byte[] contentMd5)
Set the contentMd5 property: Specify the transactional md5 for the body, to be validated by the service.
|
PathHttpHeaders |
PathHttpHeaders.setContentType(String contentType)
Set the contentType property: Optional.
|
PathHttpHeaders |
PathHttpHeaders.setTransactionalContentHash(byte[] transactionalContentHash)
Set the transactionalContentHash property: Specify the transactional md5 for the body, to be validated by the
service.
|
| Modifier and Type | Method and Description |
|---|---|
PathHttpHeaders |
FileParallelUploadOptions.getHeaders()
Gets the
PathHttpHeaders. |
| Modifier and Type | Method and Description |
|---|---|
FileParallelUploadOptions |
FileParallelUploadOptions.setHeaders(PathHttpHeaders headers)
Sets the
PathHttpHeaders. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.