Uses of Class
com.azure.storage.file.datalake.models.PathHttpHeaders
Packages that use PathHttpHeaders
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing classes for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of PathHttpHeaders in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathHttpHeadersModifier and TypeMethodDescriptionMono<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.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<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.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.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.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.DataLakePathAsyncClient.setHttpHeaders(PathHttpHeaders headers) Changes a resource's HTTP header properties.voidDataLakePathClient.setHttpHeaders(PathHttpHeaders headers) Changes a resource's HTTP header properties.DataLakePathAsyncClient.setHttpHeadersWithResponse(PathHttpHeaders headers, DataLakeRequestConditions requestConditions) Changes a resource'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 resource's HTTP header properties.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.voidDataLakeFileClient.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.DataLakeFileAsyncClient.uploadFromFileWithResponse(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.com.azure.core.http.rest.Response<PathInfo>DataLakeFileClient.uploadFromFileWithResponse(String filePath, com.azure.storage.common.ParallelTransferOptions parallelTransferOptions, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a file, with the content of the specified file.DataLakeFileAsyncClient.uploadWithResponse(Flux<ByteBuffer> data, com.azure.storage.common.ParallelTransferOptions parallelTransferOptions, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions) Creates a new file. -
Uses of PathHttpHeaders in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return PathHttpHeadersModifier and TypeMethodDescriptionPathHttpHeaders.setCacheControl(String cacheControl) Set the cacheControl property: Optional.PathHttpHeaders.setContentDisposition(String contentDisposition) Set the contentDisposition property: Optional.PathHttpHeaders.setContentEncoding(String contentEncoding) Set the contentEncoding property: Optional.PathHttpHeaders.setContentLanguage(String contentLanguage) Set the contentLanguage property: Optional.PathHttpHeaders.setContentMd5(byte[] contentMd5) Set the contentMd5 property: Specify the transactional md5 for the body, to be validated by the service.PathHttpHeaders.setContentType(String contentType) Set the contentType property: Optional.PathHttpHeaders.setTransactionalContentHash(byte[] transactionalContentHash) Set the transactionalContentHash property: Specify the transactional md5 for the body, to be validated by the service. -
Uses of PathHttpHeaders in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathHttpHeadersModifier and TypeMethodDescriptionFileParallelUploadOptions.getHeaders()Gets thePathHttpHeaders.DataLakePathCreateOptions.getPathHttpHeaders()Gets the http header properties.Methods in com.azure.storage.file.datalake.options with parameters of type PathHttpHeadersModifier and TypeMethodDescriptionFileParallelUploadOptions.setHeaders(PathHttpHeaders headers) Sets thePathHttpHeaders.DataLakePathCreateOptions.setPathHttpHeaders(PathHttpHeaders headers) Optional standard HTTP header properties that can be set for the new file or directory.