| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setAcceptRanges(String acceptRanges)
Set the acceptRanges property: Indicates that the service supports
requests for partial file content.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCacheControl(String cacheControl)
Set the cacheControl property: Returned if it was previously specified
for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentDisposition(String contentDisposition)
Set the contentDisposition property: Returns the value that was
specified for the 'x-ms-content-disposition' header and specifies how to
process the response.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentEncoding(String contentEncoding)
Set the contentEncoding property: Returns the value that was specified
for the Content-Encoding request header.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentLanguage(String contentLanguage)
Set the contentLanguage property: Returns the value that was specified
for the Content-Language request header.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentLength(Long contentLength)
Set the contentLength property: The number of bytes present in the
response body.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentMd5(byte[] contentMd5)
Set the contentMd5 property: If the file has an MD5 hash and the request
is to read the full file, this response header is returned so that the
client can check for message content integrity.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentRange(String contentRange)
Set the contentRange property: Indicates the range of bytes returned if
the client requested a subset of the file by setting the Range request
header.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setContentType(String contentType)
Set the contentType property: The content type specified for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopyCompletionTime(OffsetDateTime copyCompletionTime)
Set the copyCompletionTime property: Conclusion time of the last
attempted Copy File operation where this file was the destination file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopyId(String copyId)
Set the copyId property: String identifier for the last attempted Copy
File operation where this file was the destination file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopyProgress(String copyProgress)
Set the copyProgress property: Contains the number of bytes copied and
the total bytes in the source in the last attempted Copy File operation
where this file was the destination file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopySource(String copySource)
Set the copySource property: URL up to 2KB in length that specifies the
source file used in the last attempted Copy File operation where this
file was the destination file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopyStatus(CopyStatusType copyStatus)
Set the copyStatus property: State of the copy operation identified by
'x-ms-copy-id'.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setCopyStatusDescription(String copyStatusDescription)
Set the copyStatusDescription property: Only appears when
x-ms-copy-status is failed or pending.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setDateProperty(OffsetDateTime dateProperty)
Set the dateProperty property: A UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setErrorCode(String errorCode)
Set the errorCode property: The errorCode property.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setETag(String eTag)
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally, in quotes.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileAttributes(String fileAttributes)
Set the fileAttributes property: Attributes set for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileChangeTime(OffsetDateTime fileChangeTime)
Set the fileChangeTime property: Change time for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileContentMd5(byte[] fileContentMd5)
Set the fileContentMd5 property: If the file has a MD5 hash, and if
request contains range header (Range or x-ms-range), this response
header is returned with the value of the whole file's MD5 value.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileCreationTime(OffsetDateTime fileCreationTime)
Set the fileCreationTime property: Creation time for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileId(String fileId)
Set the fileId property: The fileId of the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileLastWriteTime(OffsetDateTime fileLastWriteTime)
Set the fileLastWriteTime property: Last write time for the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFileParentId(String fileParentId)
Set the fileParentId property: The parent fileId of the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setFilePermissionKey(String filePermissionKey)
Set the filePermissionKey property: Key of the permission set for the
file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted property: The value of this header is set to
true if the file data and application metadata are completely encrypted
using the specified algorithm.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setLastModified(OffsetDateTime lastModified)
Set the lastModified property: Returns the date and time the file was
last modified.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: When a file is leased, specifies whether
the lease is of infinite or fixed duration.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setLeaseState(LeaseStateType leaseState)
Set the leaseState property: Lease state of the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: The current lease status of the file.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setRequestId(String requestId)
Set the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
ShareFileDownloadHeaders |
ShareFileDownloadHeaders.setVersion(String version)
Set the version property: Indicates the version of the File service used
to execute the request.
|
| Constructor and Description |
|---|
ShareFileDownloadAsyncResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders headers,
Flux<ByteBuffer> value,
ShareFileDownloadHeaders deserializedHeaders)
Constructs a
ShareFileDownloadAsyncResponse. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.