Uses of Class
com.azure.storage.file.share.models.ShareFileHttpHeaders
Packages that use ShareFileHttpHeaders
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing classes for AzureFileStorage.
Package containing options model classes used by Azure Storage File Shares.
-
Uses of ShareFileHttpHeaders in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileHttpHeadersModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates the file in the share with the given name, file max size and associates the passed properties to it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates the file in the share with the given name, file max size and associates the passed properties to it.com.azure.core.http.rest.Response<ShareFileClient>
ShareClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates the file in the share with the given name, file max size and associates the passed properties to it.com.azure.core.http.rest.Response<ShareFileClient>
ShareClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Creates the file in the share with the given name, file max size and associates the passed properties to it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareDirectoryAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareFileAsyncClient>>
ShareDirectoryAsyncClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.com.azure.core.http.rest.Response<ShareFileClient>
ShareDirectoryClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.com.azure.core.http.rest.Response<ShareFileClient>
ShareDirectoryClient.createFileWithResponse
(String fileName, long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareFileInfo>>
ShareFileAsyncClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareFileInfo>>
ShareFileAsyncClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.com.azure.core.http.rest.Response<ShareFileInfo>
ShareFileClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.com.azure.core.http.rest.Response<ShareFileInfo>
ShareFileClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.ShareFileAsyncClient.setProperties
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined file properties to associate to the file.ShareFileClient.setProperties
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined httpHeaders to associate to the file.Mono<com.azure.core.http.rest.Response<ShareFileInfo>>
ShareFileAsyncClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined file properties to associate to the file.Mono<com.azure.core.http.rest.Response<ShareFileInfo>>
ShareFileAsyncClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, ShareRequestConditions requestConditions) Sets the user-defined file properties to associate to the file.com.azure.core.http.rest.Response<ShareFileInfo>
ShareFileClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the user-defined httpHeaders to associate to the file.com.azure.core.http.rest.Response<ShareFileInfo>
ShareFileClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Duration timeout, com.azure.core.util.Context context) Sets the user-defined httpHeaders to associate to the file. -
Uses of ShareFileHttpHeaders in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareFileHttpHeadersModifier and TypeMethodDescriptionShareFileHttpHeaders.setCacheControl
(String cacheControl) Set the cacheControl property: Sets the file's cache control.ShareFileHttpHeaders.setContentDisposition
(String contentDisposition) Set the contentDisposition property: Sets the file's Content-Disposition header.ShareFileHttpHeaders.setContentEncoding
(String contentEncoding) Set the contentEncoding property: Specifies which content encodings have been applied to the file.ShareFileHttpHeaders.setContentLanguage
(String contentLanguage) Set the contentLanguage property: Specifies the natural languages used by this resource.ShareFileHttpHeaders.setContentMd5
(byte[] contentMd5) Set the contentMd5 property: Sets the file's MD5 hash.ShareFileHttpHeaders.setContentType
(String contentType) Set the contentType property: Sets the MIME content type of the file. -
Uses of ShareFileHttpHeaders in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileHttpHeadersMethods in com.azure.storage.file.share.options with parameters of type ShareFileHttpHeadersModifier and TypeMethodDescriptionShareFileCreateOptions.setShareFileHttpHeaders
(ShareFileHttpHeaders headers) Sets the file's http headers.