azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

1094 строки
89 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobDownloadHeaders"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders"
name: "BlobDownloadHeaders"
nameWithType: "BlobDownloadHeaders"
summary: "Defines headers for Download operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BlobDownloadHeaders**"
constructors:
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.BlobDownloadHeaders()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.BlobDownloadHeaders()"
name: "BlobDownloadHeaders()"
nameWithType: "BlobDownloadHeaders.BlobDownloadHeaders()"
summary: "Constructs a new instance of <xref uid=\"com.azure.storage.blob.models.BlobDownloadHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadHeaders\"></xref>."
syntax: "public BlobDownloadHeaders()"
desc: "Constructs a new instance of <xref uid=\"com.azure.storage.blob.models.BlobDownloadHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadHeaders\"></xref>."
methods:
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getAcceptRanges()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getAcceptRanges()"
name: "getAcceptRanges()"
nameWithType: "BlobDownloadHeaders.getAcceptRanges()"
summary: "Get the accept<wbr>Ranges property: Indicates that the service supports requests for partial blob content."
syntax: "public String getAcceptRanges()"
desc: "Get the acceptRanges property: Indicates that the service supports requests for partial blob content."
returns:
description: "the acceptRanges value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobCommittedBlockCount()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobCommittedBlockCount()"
name: "getBlobCommittedBlockCount()"
nameWithType: "BlobDownloadHeaders.getBlobCommittedBlockCount()"
summary: "Get the blob<wbr>Committed<wbr>Block<wbr>Count property: The number of committed blocks present in the blob."
syntax: "public Integer getBlobCommittedBlockCount()"
desc: "Get the blobCommittedBlockCount property: The number of committed blocks present in the blob. This header is returned only for append blobs."
returns:
description: "the blobCommittedBlockCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobContentMD5()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobContentMD5()"
name: "getBlobContentMD5()"
nameWithType: "BlobDownloadHeaders.getBlobContentMD5()"
summary: "Get the blob<wbr>ContentMD5 property: If the blob 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 blob's MD5 value."
syntax: "public byte[] getBlobContentMD5()"
desc: "Get the blobContentMD5 property: If the blob 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 blob's MD5 value. This value may or may not be equal to the value returned in Content-MD5 header, with the latter calculated from the requested range."
returns:
description: "the blobContentMD5 value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobSequenceNumber()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobSequenceNumber()"
name: "getBlobSequenceNumber()"
nameWithType: "BlobDownloadHeaders.getBlobSequenceNumber()"
summary: "Get the blob<wbr>Sequence<wbr>Number property: The current sequence number for a page blob."
syntax: "public Long getBlobSequenceNumber()"
desc: "Get the blobSequenceNumber property: The current sequence number for a page blob. This header is not returned for block blobs or append blobs."
returns:
description: "the blobSequenceNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobType()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getBlobType()"
name: "getBlobType()"
nameWithType: "BlobDownloadHeaders.getBlobType()"
summary: "Get the blob<wbr>Type property: The blob's type."
syntax: "public BlobType getBlobType()"
desc: "Get the blobType property: The blob's type. Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the blobType value."
type: "<xref href=\"com.azure.storage.blob.models.BlobType?alt=com.azure.storage.blob.models.BlobType&text=BlobType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCacheControl()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCacheControl()"
name: "getCacheControl()"
nameWithType: "BlobDownloadHeaders.getCacheControl()"
summary: "Get the cache<wbr>Control property: This header is returned if it was previously specified for the blob."
syntax: "public String getCacheControl()"
desc: "Get the cacheControl property: This header is returned if it was previously specified for the blob."
returns:
description: "the cacheControl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getClientRequestId()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getClientRequestId()"
name: "getClientRequestId()"
nameWithType: "BlobDownloadHeaders.getClientRequestId()"
summary: "Get the client<wbr>Request<wbr>Id property: If a client request id header is sent in the request, this header will be present in the response with the same value."
syntax: "public String getClientRequestId()"
desc: "Get the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value."
returns:
description: "the clientRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentCrc64()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentCrc64()"
name: "getContentCrc64()"
nameWithType: "BlobDownloadHeaders.getContentCrc64()"
summary: "Get the content<wbr>Crc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB."
syntax: "public byte[] getContentCrc64()"
desc: "Get the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 & x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request)."
returns:
description: "the contentCrc64 value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentDisposition()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentDisposition()"
name: "getContentDisposition()"
nameWithType: "BlobDownloadHeaders.getContentDisposition()"
summary: "Get the content<wbr>Disposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header."
syntax: "public String getContentDisposition()"
desc: "Get the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header. The Content-Disposition response header field conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified."
returns:
description: "the contentDisposition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentEncoding()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentEncoding()"
name: "getContentEncoding()"
nameWithType: "BlobDownloadHeaders.getContentEncoding()"
summary: "Get the content<wbr>Encoding property: This header returns the value that was specified for the Content-Encoding request header."
syntax: "public String getContentEncoding()"
desc: "Get the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header."
returns:
description: "the contentEncoding value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentLanguage()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentLanguage()"
name: "getContentLanguage()"
nameWithType: "BlobDownloadHeaders.getContentLanguage()"
summary: "Get the content<wbr>Language property: This header returns the value that was specified for the Content-Language request header."
syntax: "public String getContentLanguage()"
desc: "Get the contentLanguage property: This header returns the value that was specified for the Content-Language request header."
returns:
description: "the contentLanguage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentLength()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentLength()"
name: "getContentLength()"
nameWithType: "BlobDownloadHeaders.getContentLength()"
summary: "Get the content<wbr>Length property: The number of bytes present in the response body."
syntax: "public Long getContentLength()"
desc: "Get the contentLength property: The number of bytes present in the response body."
returns:
description: "the contentLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentMd5()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentMd5()"
name: "getContentMd5()"
nameWithType: "BlobDownloadHeaders.getContentMd5()"
summary: "Get the content<wbr>Md5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity."
syntax: "public byte[] getContentMd5()"
desc: "Get the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity."
returns:
description: "the contentMd5 value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentRange()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentRange()"
name: "getContentRange()"
nameWithType: "BlobDownloadHeaders.getContentRange()"
summary: "Get the content<wbr>Range property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header."
syntax: "public String getContentRange()"
desc: "Get the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header."
returns:
description: "the contentRange value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentType()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getContentType()"
name: "getContentType()"
nameWithType: "BlobDownloadHeaders.getContentType()"
summary: "Get the content<wbr>Type property: The media type of the body of the response."
syntax: "public String getContentType()"
desc: "Get the contentType property: The media type of the body of the response. For Download Blob this is 'application/octet-stream'."
returns:
description: "the contentType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyCompletionTime()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyCompletionTime()"
name: "getCopyCompletionTime()"
nameWithType: "BlobDownloadHeaders.getCopyCompletionTime()"
summary: "Get the copy<wbr>Completion<wbr>Time property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob."
syntax: "public OffsetDateTime getCopyCompletionTime()"
desc: "Get the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob. This value can specify the time of a completed, aborted, or failed copy attempt. This header does not appear if a copy is pending, if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the copyCompletionTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyId()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyId()"
name: "getCopyId()"
nameWithType: "BlobDownloadHeaders.getCopyId()"
summary: "Get the copy<wbr>Id property: String identifier for this copy operation."
syntax: "public String getCopyId()"
desc: "Get the copyId property: String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy."
returns:
description: "the copyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyProgress()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyProgress()"
name: "getCopyProgress()"
nameWithType: "BlobDownloadHeaders.getCopyProgress()"
summary: "Get the copy<wbr>Progress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob."
syntax: "public String getCopyProgress()"
desc: "Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob. Can show between 0 and Content-Length bytes copied. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the copyProgress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopySource()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopySource()"
name: "getCopySource()"
nameWithType: "BlobDownloadHeaders.getCopySource()"
summary: "Get the copy<wbr>Source property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob."
syntax: "public String getCopySource()"
desc: "Get the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the copySource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyStatus()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyStatus()"
name: "getCopyStatus()"
nameWithType: "BlobDownloadHeaders.getCopyStatus()"
summary: "Get the copy<wbr>Status property: State of the copy operation identified by x-ms-copy-id."
syntax: "public CopyStatusType getCopyStatus()"
desc: "Get the copyStatus property: State of the copy operation identified by x-ms-copy-id. Possible values include: 'pending', 'success', 'aborted', 'failed'."
returns:
description: "the copyStatus value."
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyStatusDescription()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCopyStatusDescription()"
name: "getCopyStatusDescription()"
nameWithType: "BlobDownloadHeaders.getCopyStatusDescription()"
summary: "Get the copy<wbr>Status<wbr>Description property: Only appears when x-ms-copy-status is failed or pending."
syntax: "public String getCopyStatusDescription()"
desc: "Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending. Describes the cause of the last fatal or non-fatal copy operation failure. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the copyStatusDescription value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getCreationTime()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getCreationTime()"
name: "getCreationTime()"
nameWithType: "BlobDownloadHeaders.getCreationTime()"
summary: "Get the x<wbr>MsCreation<wbr>Time property: The x-ms-creation-time property."
syntax: "public OffsetDateTime getCreationTime()"
desc: "Get the xMsCreationTime property: The x-ms-creation-time property."
returns:
description: "the creation time value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getDateProperty()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getDateProperty()"
name: "getDateProperty()"
nameWithType: "BlobDownloadHeaders.getDateProperty()"
summary: "Get the date<wbr>Property property: UTC date/time value generated by the service that indicates the time at which the response was initiated."
syntax: "public OffsetDateTime getDateProperty()"
desc: "Get the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated."
returns:
description: "the dateProperty value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getETag()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getETag()"
name: "getETag()"
nameWithType: "BlobDownloadHeaders.getETag()"
summary: "Get the e<wbr>Tag property: The ETag contains a value that you can use to perform operations conditionally."
syntax: "public String getETag()"
desc: "Get the eTag property: The ETag contains a value that you can use to perform operations conditionally. If the request version is 2011-08-18 or newer, the ETag value will be in quotes."
returns:
description: "the eTag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getEncryptionKeySha256()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getEncryptionKeySha256()"
name: "getEncryptionKeySha256()"
nameWithType: "BlobDownloadHeaders.getEncryptionKeySha256()"
summary: "Get the encryption<wbr>Key<wbr>Sha256 property: The SHA-256 hash of the encryption key used to encrypt the blob."
syntax: "public String getEncryptionKeySha256()"
desc: "Get the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key."
returns:
description: "the encryptionKeySha256 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getEncryptionScope()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getEncryptionScope()"
name: "getEncryptionScope()"
nameWithType: "BlobDownloadHeaders.getEncryptionScope()"
summary: "Get the encryption<wbr>Scope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata."
syntax: "public String getEncryptionScope()"
desc: "Get the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope."
returns:
description: "the encryptionScope value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getErrorCode()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getErrorCode()"
name: "getErrorCode()"
nameWithType: "BlobDownloadHeaders.getErrorCode()"
summary: "Get the error<wbr>Code property: The error<wbr>Code property."
syntax: "public String getErrorCode()"
desc: "Get the errorCode property: The errorCode property."
returns:
description: "the errorCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getImmutabilityPolicy()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getImmutabilityPolicy()"
name: "getImmutabilityPolicy()"
nameWithType: "BlobDownloadHeaders.getImmutabilityPolicy()"
summary: "Get the immutability<wbr>Policy property: The x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property."
syntax: "public BlobImmutabilityPolicy getImmutabilityPolicy()"
desc: "Get the immutabilityPolicy property: The x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property."
returns:
description: "the immutabilityPolicy value."
type: "<xref href=\"com.azure.storage.blob.models.BlobImmutabilityPolicy?alt=com.azure.storage.blob.models.BlobImmutabilityPolicy&text=BlobImmutabilityPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getLastAccessedTime()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getLastAccessedTime()"
name: "getLastAccessedTime()"
nameWithType: "BlobDownloadHeaders.getLastAccessedTime()"
summary: "Get the last<wbr>Accessed<wbr>Time property: The last<wbr>Accessed<wbr>Time property."
syntax: "public OffsetDateTime getLastAccessedTime()"
desc: "Get the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the lastAccessedTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getLastModified()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getLastModified()"
name: "getLastModified()"
nameWithType: "BlobDownloadHeaders.getLastModified()"
summary: "Get the last<wbr>Modified property: Returns the date and time the container was last modified."
syntax: "public OffsetDateTime getLastModified()"
desc: "Get the lastModified property: Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
returns:
description: "the lastModified value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseDuration()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseDuration()"
name: "getLeaseDuration()"
nameWithType: "BlobDownloadHeaders.getLeaseDuration()"
summary: "Get the lease<wbr>Duration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration."
syntax: "public LeaseDurationType getLeaseDuration()"
desc: "Get the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration. Possible values include: 'infinite', 'fixed'."
returns:
description: "the leaseDuration value."
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseState()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseState()"
name: "getLeaseState()"
nameWithType: "BlobDownloadHeaders.getLeaseState()"
summary: "Get the lease<wbr>State property: Lease state of the blob."
syntax: "public LeaseStateType getLeaseState()"
desc: "Get the leaseState property: Lease state of the blob. Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
returns:
description: "the leaseState value."
type: "<xref href=\"com.azure.storage.blob.models.LeaseStateType?alt=com.azure.storage.blob.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseStatus()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getLeaseStatus()"
name: "getLeaseStatus()"
nameWithType: "BlobDownloadHeaders.getLeaseStatus()"
summary: "Get the lease<wbr>Status property: The current lease status of the blob."
syntax: "public LeaseStatusType getLeaseStatus()"
desc: "Get the leaseStatus property: The current lease status of the blob. Possible values include: 'locked', 'unlocked'."
returns:
description: "the leaseStatus value."
type: "<xref href=\"com.azure.storage.blob.models.LeaseStatusType?alt=com.azure.storage.blob.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getMetadata()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getMetadata()"
name: "getMetadata()"
nameWithType: "BlobDownloadHeaders.getMetadata()"
summary: "Get the metadata property: The metadata property."
syntax: "public Map<String,String> getMetadata()"
desc: "Get the metadata property: The metadata property."
returns:
description: "the metadata value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getObjectReplicationDestinationPolicyId()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getObjectReplicationDestinationPolicyId()"
name: "getObjectReplicationDestinationPolicyId()"
nameWithType: "BlobDownloadHeaders.getObjectReplicationDestinationPolicyId()"
summary: "Get the object<wbr>Replication<wbr>Destination<wbr>Policy<wbr>Id property: Optional."
syntax: "public String getObjectReplicationDestinationPolicyId()"
desc: "Get the objectReplicationDestinationPolicyId property: Optional. Only valid when Object Replication is enabled for the storage container and on the destination blob of the replication."
returns:
description: "the objectReplicationDestinationPolicyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getObjectReplicationSourcePolicies()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getObjectReplicationSourcePolicies()"
name: "getObjectReplicationSourcePolicies()"
nameWithType: "BlobDownloadHeaders.getObjectReplicationSourcePolicies()"
summary: "Get the object<wbr>Replication<wbr>Source<wbr>Policies property: The object<wbr>Replication<wbr>Source<wbr>Policies property."
syntax: "public List<ObjectReplicationPolicy> getObjectReplicationSourcePolicies()"
desc: "Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property."
returns:
description: "the objectReplicationSourcePolicies value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.blob.models.ObjectReplicationPolicy?alt=com.azure.storage.blob.models.ObjectReplicationPolicy&text=ObjectReplicationPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getRequestId()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getRequestId()"
name: "getRequestId()"
nameWithType: "BlobDownloadHeaders.getRequestId()"
summary: "Get the request<wbr>Id property: This header uniquely identifies the request that was made and can be used for troubleshooting the request."
syntax: "public String getRequestId()"
desc: "Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request."
returns:
description: "the requestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getTagCount()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getTagCount()"
name: "getTagCount()"
nameWithType: "BlobDownloadHeaders.getTagCount()"
summary: "Get the tag<wbr>Count property: The number of tags associated with the blob."
syntax: "public Long getTagCount()"
desc: "Get the tagCount property: The number of tags associated with the blob."
returns:
description: "the tagCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getVersion()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getVersion()"
name: "getVersion()"
nameWithType: "BlobDownloadHeaders.getVersion()"
summary: "Get the version property: Indicates the version of the Blob service used to execute the request."
syntax: "public String getVersion()"
desc: "Get the version property: Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.getVersionId()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.getVersionId()"
name: "getVersionId()"
nameWithType: "BlobDownloadHeaders.getVersionId()"
summary: "Get the version<wbr>Id property: A Date<wbr>Time value returned by the service that uniquely identifies the blob."
syntax: "public String getVersionId()"
desc: "Get the versionId property: A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob."
returns:
description: "the versionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.hasLegalHold()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.hasLegalHold()"
name: "hasLegalHold()"
nameWithType: "BlobDownloadHeaders.hasLegalHold()"
summary: "Get the has<wbr>Legal<wbr>Hold property: The x-ms-legal-hold property."
syntax: "public Boolean hasLegalHold()"
desc: "Get the hasLegalHold property: The x-ms-legal-hold property."
returns:
description: "the hasLegalHold value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.isCurrentVersion()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.isCurrentVersion()"
name: "isCurrentVersion()"
nameWithType: "BlobDownloadHeaders.isCurrentVersion()"
summary: "Get the current<wbr>Version property: The x-ms-is-current-version property."
syntax: "public Boolean isCurrentVersion()"
desc: "Get the currentVersion property: The x-ms-is-current-version property."
returns:
description: "the currentVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.isSealed()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.isSealed()"
name: "isSealed()"
nameWithType: "BlobDownloadHeaders.isSealed()"
summary: "Get the sealed property: The sealed property."
syntax: "public Boolean isSealed()"
desc: "Get the sealed property: The sealed property."
returns:
description: "Whether the blob is sealed (marked as read only). This is only applicable for Append blobs."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.isServerEncrypted()"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.isServerEncrypted()"
name: "isServerEncrypted()"
nameWithType: "BlobDownloadHeaders.isServerEncrypted()"
summary: "Get the is<wbr>Server<wbr>Encrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm."
syntax: "public Boolean isServerEncrypted()"
desc: "Get the isServerEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted)."
returns:
description: "the isServerEncrypted value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setAcceptRanges(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setAcceptRanges(String acceptRanges)"
name: "setAcceptRanges(String acceptRanges)"
nameWithType: "BlobDownloadHeaders.setAcceptRanges(String acceptRanges)"
summary: "Set the accept<wbr>Ranges property: Indicates that the service supports requests for partial blob content."
parameters:
- description: "the acceptRanges value to set."
name: "acceptRanges"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setAcceptRanges(String acceptRanges)"
desc: "Set the acceptRanges property: Indicates that the service supports requests for partial blob content."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobCommittedBlockCount(java.lang.Integer)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobCommittedBlockCount(Integer blobCommittedBlockCount)"
name: "setBlobCommittedBlockCount(Integer blobCommittedBlockCount)"
nameWithType: "BlobDownloadHeaders.setBlobCommittedBlockCount(Integer blobCommittedBlockCount)"
summary: "Set the blob<wbr>Committed<wbr>Block<wbr>Count property: The number of committed blocks present in the blob."
parameters:
- description: "the blobCommittedBlockCount value to set."
name: "blobCommittedBlockCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public BlobDownloadHeaders setBlobCommittedBlockCount(Integer blobCommittedBlockCount)"
desc: "Set the blobCommittedBlockCount property: The number of committed blocks present in the blob. This header is returned only for append blobs."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobContentMD5(byte[])"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobContentMD5(byte[] blobContentMD5)"
name: "setBlobContentMD5(byte[] blobContentMD5)"
nameWithType: "BlobDownloadHeaders.setBlobContentMD5(byte[] blobContentMD5)"
summary: "Set the blob<wbr>ContentMD5 property: If the blob 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 blob's MD5 value."
parameters:
- description: "the blobContentMD5 value to set."
name: "blobContentMD5"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public BlobDownloadHeaders setBlobContentMD5(byte[] blobContentMD5)"
desc: "Set the blobContentMD5 property: If the blob 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 blob's MD5 value. This value may or may not be equal to the value returned in Content-MD5 header, with the latter calculated from the requested range."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobSequenceNumber(java.lang.Long)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobSequenceNumber(Long blobSequenceNumber)"
name: "setBlobSequenceNumber(Long blobSequenceNumber)"
nameWithType: "BlobDownloadHeaders.setBlobSequenceNumber(Long blobSequenceNumber)"
summary: "Set the blob<wbr>Sequence<wbr>Number property: The current sequence number for a page blob."
parameters:
- description: "the blobSequenceNumber value to set."
name: "blobSequenceNumber"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public BlobDownloadHeaders setBlobSequenceNumber(Long blobSequenceNumber)"
desc: "Set the blobSequenceNumber property: The current sequence number for a page blob. This header is not returned for block blobs or append blobs."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobType(com.azure.storage.blob.models.BlobType)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setBlobType(BlobType blobType)"
name: "setBlobType(BlobType blobType)"
nameWithType: "BlobDownloadHeaders.setBlobType(BlobType blobType)"
summary: "Set the blob<wbr>Type property: The blob's type."
parameters:
- description: "the blobType value to set."
name: "blobType"
type: "<xref href=\"com.azure.storage.blob.models.BlobType?alt=com.azure.storage.blob.models.BlobType&text=BlobType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setBlobType(BlobType blobType)"
desc: "Set the blobType property: The blob's type. Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCacheControl(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCacheControl(String cacheControl)"
name: "setCacheControl(String cacheControl)"
nameWithType: "BlobDownloadHeaders.setCacheControl(String cacheControl)"
summary: "Set the cache<wbr>Control property: This header is returned if it was previously specified for the blob."
parameters:
- description: "the cacheControl value to set."
name: "cacheControl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setCacheControl(String cacheControl)"
desc: "Set the cacheControl property: This header is returned if it was previously specified for the blob."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setClientRequestId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setClientRequestId(String clientRequestId)"
name: "setClientRequestId(String clientRequestId)"
nameWithType: "BlobDownloadHeaders.setClientRequestId(String clientRequestId)"
summary: "Set the client<wbr>Request<wbr>Id property: If a client request id header is sent in the request, this header will be present in the response with the same value."
parameters:
- description: "the clientRequestId value to set."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setClientRequestId(String clientRequestId)"
desc: "Set the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentCrc64(byte[])"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentCrc64(byte[] contentCrc64)"
name: "setContentCrc64(byte[] contentCrc64)"
nameWithType: "BlobDownloadHeaders.setContentCrc64(byte[] contentCrc64)"
summary: "Set the content<wbr>Crc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB."
parameters:
- description: "the contentCrc64 value to set."
name: "contentCrc64"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public BlobDownloadHeaders setContentCrc64(byte[] contentCrc64)"
desc: "Set the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 & x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request)."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentDisposition(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentDisposition(String contentDisposition)"
name: "setContentDisposition(String contentDisposition)"
nameWithType: "BlobDownloadHeaders.setContentDisposition(String contentDisposition)"
summary: "Set the content<wbr>Disposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header."
parameters:
- description: "the contentDisposition value to set."
name: "contentDisposition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setContentDisposition(String contentDisposition)"
desc: "Set the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header. The Content-Disposition response header field conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentEncoding(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentEncoding(String contentEncoding)"
name: "setContentEncoding(String contentEncoding)"
nameWithType: "BlobDownloadHeaders.setContentEncoding(String contentEncoding)"
summary: "Set the content<wbr>Encoding property: This header returns the value that was specified for the Content-Encoding request header."
parameters:
- description: "the contentEncoding value to set."
name: "contentEncoding"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setContentEncoding(String contentEncoding)"
desc: "Set the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentLanguage(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentLanguage(String contentLanguage)"
name: "setContentLanguage(String contentLanguage)"
nameWithType: "BlobDownloadHeaders.setContentLanguage(String contentLanguage)"
summary: "Set the content<wbr>Language property: This header returns the value that was specified for the Content-Language request header."
parameters:
- description: "the contentLanguage value to set."
name: "contentLanguage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setContentLanguage(String contentLanguage)"
desc: "Set the contentLanguage property: This header returns the value that was specified for the Content-Language request header."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentLength(java.lang.Long)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentLength(Long contentLength)"
name: "setContentLength(Long contentLength)"
nameWithType: "BlobDownloadHeaders.setContentLength(Long contentLength)"
summary: "Set the content<wbr>Length property: The number of bytes present in the response body."
parameters:
- description: "the contentLength value to set."
name: "contentLength"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public BlobDownloadHeaders setContentLength(Long contentLength)"
desc: "Set the contentLength property: The number of bytes present in the response body."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentMd5(byte[])"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentMd5(byte[] contentMd5)"
name: "setContentMd5(byte[] contentMd5)"
nameWithType: "BlobDownloadHeaders.setContentMd5(byte[] contentMd5)"
summary: "Set the content<wbr>Md5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity."
parameters:
- description: "the contentMd5 value to set."
name: "contentMd5"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public BlobDownloadHeaders setContentMd5(byte[] contentMd5)"
desc: "Set the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentRange(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentRange(String contentRange)"
name: "setContentRange(String contentRange)"
nameWithType: "BlobDownloadHeaders.setContentRange(String contentRange)"
summary: "Set the content<wbr>Range property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header."
parameters:
- description: "the contentRange value to set."
name: "contentRange"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setContentRange(String contentRange)"
desc: "Set the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentType(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setContentType(String contentType)"
name: "setContentType(String contentType)"
nameWithType: "BlobDownloadHeaders.setContentType(String contentType)"
summary: "Set the content<wbr>Type property: The media type of the body of the response."
parameters:
- description: "the contentType value to set."
name: "contentType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setContentType(String contentType)"
desc: "Set the contentType property: The media type of the body of the response. For Download Blob this is 'application/octet-stream'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyCompletionTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
name: "setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
nameWithType: "BlobDownloadHeaders.setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
summary: "Set the copy<wbr>Completion<wbr>Time property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob."
parameters:
- description: "the copyCompletionTime value to set."
name: "copyCompletionTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobDownloadHeaders setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
desc: "Set the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob. This value can specify the time of a completed, aborted, or failed copy attempt. This header does not appear if a copy is pending, if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyId(String copyId)"
name: "setCopyId(String copyId)"
nameWithType: "BlobDownloadHeaders.setCopyId(String copyId)"
summary: "Set the copy<wbr>Id property: String identifier for this copy operation."
parameters:
- description: "the copyId value to set."
name: "copyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setCopyId(String copyId)"
desc: "Set the copyId property: String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyProgress(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyProgress(String copyProgress)"
name: "setCopyProgress(String copyProgress)"
nameWithType: "BlobDownloadHeaders.setCopyProgress(String copyProgress)"
summary: "Set the copy<wbr>Progress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob."
parameters:
- description: "the copyProgress value to set."
name: "copyProgress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setCopyProgress(String copyProgress)"
desc: "Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob. Can show between 0 and Content-Length bytes copied. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopySource(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopySource(String copySource)"
name: "setCopySource(String copySource)"
nameWithType: "BlobDownloadHeaders.setCopySource(String copySource)"
summary: "Set the copy<wbr>Source property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob."
parameters:
- description: "the copySource value to set."
name: "copySource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setCopySource(String copySource)"
desc: "Set the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyStatus(com.azure.storage.blob.models.CopyStatusType)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyStatus(CopyStatusType copyStatus)"
name: "setCopyStatus(CopyStatusType copyStatus)"
nameWithType: "BlobDownloadHeaders.setCopyStatus(CopyStatusType copyStatus)"
summary: "Set the copy<wbr>Status property: State of the copy operation identified by x-ms-copy-id."
parameters:
- description: "the copyStatus value to set."
name: "copyStatus"
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setCopyStatus(CopyStatusType copyStatus)"
desc: "Set the copyStatus property: State of the copy operation identified by x-ms-copy-id. Possible values include: 'pending', 'success', 'aborted', 'failed'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyStatusDescription(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCopyStatusDescription(String copyStatusDescription)"
name: "setCopyStatusDescription(String copyStatusDescription)"
nameWithType: "BlobDownloadHeaders.setCopyStatusDescription(String copyStatusDescription)"
summary: "Set the copy<wbr>Status<wbr>Description property: Only appears when x-ms-copy-status is failed or pending."
parameters:
- description: "the copyStatusDescription value to set."
name: "copyStatusDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setCopyStatusDescription(String copyStatusDescription)"
desc: "Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending. Describes the cause of the last fatal or non-fatal copy operation failure. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCreationTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCreationTime(OffsetDateTime creationTime)"
name: "setCreationTime(OffsetDateTime creationTime)"
nameWithType: "BlobDownloadHeaders.setCreationTime(OffsetDateTime creationTime)"
summary: "Set the x<wbr>MsCreation<wbr>Time property: The x-ms-creation-time property."
parameters:
- description: "the xMsCreationTime value to set."
name: "creationTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobDownloadHeaders setCreationTime(OffsetDateTime creationTime)"
desc: "Set the xMsCreationTime property: The x-ms-creation-time property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setCurrentVersion(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setCurrentVersion(Boolean currentVersion)"
name: "setCurrentVersion(Boolean currentVersion)"
nameWithType: "BlobDownloadHeaders.setCurrentVersion(Boolean currentVersion)"
summary: "Set the current<wbr>Version property: The x-ms-is-current-version property."
parameters:
- description: "the currentVersion value to set."
name: "currentVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobDownloadHeaders setCurrentVersion(Boolean currentVersion)"
desc: "Set the currentVersion property: The x-ms-is-current-version property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setDateProperty(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setDateProperty(OffsetDateTime dateProperty)"
name: "setDateProperty(OffsetDateTime dateProperty)"
nameWithType: "BlobDownloadHeaders.setDateProperty(OffsetDateTime dateProperty)"
summary: "Set the date<wbr>Property property: UTC date/time value generated by the service that indicates the time at which the response was initiated."
parameters:
- description: "the dateProperty value to set."
name: "dateProperty"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobDownloadHeaders setDateProperty(OffsetDateTime dateProperty)"
desc: "Set the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setETag(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setETag(String eTag)"
name: "setETag(String eTag)"
nameWithType: "BlobDownloadHeaders.setETag(String eTag)"
summary: "Set the e<wbr>Tag property: The ETag contains a value that you can use to perform operations conditionally."
parameters:
- description: "the eTag value to set."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setETag(String eTag)"
desc: "Set the eTag property: The ETag contains a value that you can use to perform operations conditionally. If the request version is 2011-08-18 or newer, the ETag value will be in quotes."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setEncryptionKeySha256(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setEncryptionKeySha256(String encryptionKeySha256)"
name: "setEncryptionKeySha256(String encryptionKeySha256)"
nameWithType: "BlobDownloadHeaders.setEncryptionKeySha256(String encryptionKeySha256)"
summary: "Set the encryption<wbr>Key<wbr>Sha256 property: The SHA-256 hash of the encryption key used to encrypt the blob."
parameters:
- description: "the encryptionKeySha256 value to set."
name: "encryptionKeySha256"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setEncryptionKeySha256(String encryptionKeySha256)"
desc: "Set the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setEncryptionScope(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setEncryptionScope(String encryptionScope)"
name: "setEncryptionScope(String encryptionScope)"
nameWithType: "BlobDownloadHeaders.setEncryptionScope(String encryptionScope)"
summary: "Set the encryption<wbr>Scope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata."
parameters:
- description: "the encryptionScope value to set."
name: "encryptionScope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setEncryptionScope(String encryptionScope)"
desc: "Set the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setErrorCode(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setErrorCode(String errorCode)"
name: "setErrorCode(String errorCode)"
nameWithType: "BlobDownloadHeaders.setErrorCode(String errorCode)"
summary: "Set the error<wbr>Code property: The error<wbr>Code property."
parameters:
- description: "the errorCode value to set."
name: "errorCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setErrorCode(String errorCode)"
desc: "Set the errorCode property: The errorCode property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setHasLegalHold(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setHasLegalHold(Boolean hasLegalHold)"
name: "setHasLegalHold(Boolean hasLegalHold)"
nameWithType: "BlobDownloadHeaders.setHasLegalHold(Boolean hasLegalHold)"
summary: "Set the has<wbr>Legal<wbr>Hold property: The x-ms-legal-hold property."
parameters:
- description: "the xMsLegalHold value to set."
name: "hasLegalHold"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobDownloadHeaders setHasLegalHold(Boolean hasLegalHold)"
desc: "Set the hasLegalHold property: The x-ms-legal-hold property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setImmutabilityPolicy(com.azure.storage.blob.models.BlobImmutabilityPolicy)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
name: "setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
nameWithType: "BlobDownloadHeaders.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
summary: "Set the immutability<wbr>Policy property: x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property."
parameters:
- description: "the immutabilityPolicy value to set."
name: "immutabilityPolicy"
type: "<xref href=\"com.azure.storage.blob.models.BlobImmutabilityPolicy?alt=com.azure.storage.blob.models.BlobImmutabilityPolicy&text=BlobImmutabilityPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
desc: "Set the immutabilityPolicy property: x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setIsServerEncrypted(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setIsServerEncrypted(Boolean isServerEncrypted)"
name: "setIsServerEncrypted(Boolean isServerEncrypted)"
nameWithType: "BlobDownloadHeaders.setIsServerEncrypted(Boolean isServerEncrypted)"
summary: "Set the is<wbr>Server<wbr>Encrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm."
parameters:
- description: "the isServerEncrypted value to set."
name: "isServerEncrypted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobDownloadHeaders setIsServerEncrypted(Boolean isServerEncrypted)"
desc: "Set the isServerEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted)."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setLastAccessedTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setLastAccessedTime(OffsetDateTime lastAccessedTime)"
name: "setLastAccessedTime(OffsetDateTime lastAccessedTime)"
nameWithType: "BlobDownloadHeaders.setLastAccessedTime(OffsetDateTime lastAccessedTime)"
summary: "Set the last<wbr>Accessed<wbr>Time property: The last<wbr>Accessed<wbr>Time property."
parameters:
- description: "the lastAccessedTime value to set."
name: "lastAccessedTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobDownloadHeaders setLastAccessedTime(OffsetDateTime lastAccessedTime)"
desc: "Set the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setLastModified(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setLastModified(OffsetDateTime lastModified)"
name: "setLastModified(OffsetDateTime lastModified)"
nameWithType: "BlobDownloadHeaders.setLastModified(OffsetDateTime lastModified)"
summary: "Set the last<wbr>Modified property: Returns the date and time the container was last modified."
parameters:
- description: "the lastModified value to set."
name: "lastModified"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobDownloadHeaders setLastModified(OffsetDateTime lastModified)"
desc: "Set the lastModified property: Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseDuration(com.azure.storage.blob.models.LeaseDurationType)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseDuration(LeaseDurationType leaseDuration)"
name: "setLeaseDuration(LeaseDurationType leaseDuration)"
nameWithType: "BlobDownloadHeaders.setLeaseDuration(LeaseDurationType leaseDuration)"
summary: "Set the lease<wbr>Duration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration."
parameters:
- description: "the leaseDuration value to set."
name: "leaseDuration"
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setLeaseDuration(LeaseDurationType leaseDuration)"
desc: "Set the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration. Possible values include: 'infinite', 'fixed'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseState(com.azure.storage.blob.models.LeaseStateType)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseState(LeaseStateType leaseState)"
name: "setLeaseState(LeaseStateType leaseState)"
nameWithType: "BlobDownloadHeaders.setLeaseState(LeaseStateType leaseState)"
summary: "Set the lease<wbr>State property: Lease state of the blob."
parameters:
- description: "the leaseState value to set."
name: "leaseState"
type: "<xref href=\"com.azure.storage.blob.models.LeaseStateType?alt=com.azure.storage.blob.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setLeaseState(LeaseStateType leaseState)"
desc: "Set the leaseState property: Lease state of the blob. Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseStatus(com.azure.storage.blob.models.LeaseStatusType)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setLeaseStatus(LeaseStatusType leaseStatus)"
name: "setLeaseStatus(LeaseStatusType leaseStatus)"
nameWithType: "BlobDownloadHeaders.setLeaseStatus(LeaseStatusType leaseStatus)"
summary: "Set the lease<wbr>Status property: The current lease status of the blob."
parameters:
- description: "the leaseStatus value to set."
name: "leaseStatus"
type: "<xref href=\"com.azure.storage.blob.models.LeaseStatusType?alt=com.azure.storage.blob.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadHeaders setLeaseStatus(LeaseStatusType leaseStatus)"
desc: "Set the leaseStatus property: The current lease status of the blob. Possible values include: 'locked', 'unlocked'."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setMetadata(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setMetadata(Map<String,String> metadata)"
name: "setMetadata(Map<String,String> metadata)"
nameWithType: "BlobDownloadHeaders.setMetadata(Map<String,String> metadata)"
summary: "Set the metadata property: The metadata property."
parameters:
- description: "the metadata value to set."
name: "metadata"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BlobDownloadHeaders setMetadata(Map<String,String> metadata)"
desc: "Set the metadata property: The metadata property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setObjectReplicationDestinationPolicyId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setObjectReplicationDestinationPolicyId(String objectReplicationDestinationPolicyId)"
name: "setObjectReplicationDestinationPolicyId(String objectReplicationDestinationPolicyId)"
nameWithType: "BlobDownloadHeaders.setObjectReplicationDestinationPolicyId(String objectReplicationDestinationPolicyId)"
summary: "Set the object<wbr>Replication<wbr>Destination<wbr>Policy<wbr>Id property: Optional."
parameters:
- description: "the objectReplicationDestinationPolicyId value to set."
name: "objectReplicationDestinationPolicyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setObjectReplicationDestinationPolicyId(String objectReplicationDestinationPolicyId)"
desc: "Set the objectReplicationDestinationPolicyId property: Optional. Only valid when Object Replication is enabled for the storage container and on the destination blob of the replication."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setObjectReplicationSourcePolicies(java.util.List<com.azure.storage.blob.models.ObjectReplicationPolicy>)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy> objectReplicationSourcePolicies)"
name: "setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy> objectReplicationSourcePolicies)"
nameWithType: "BlobDownloadHeaders.setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy> objectReplicationSourcePolicies)"
summary: "Set the object<wbr>Replication<wbr>Source<wbr>Policies property: The object<wbr>Replication<wbr>Source<wbr>Policies property."
parameters:
- description: "the objectReplicationSourcePolicies value to set."
name: "objectReplicationSourcePolicies"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.blob.models.ObjectReplicationPolicy?alt=com.azure.storage.blob.models.ObjectReplicationPolicy&text=ObjectReplicationPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BlobDownloadHeaders setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy> objectReplicationSourcePolicies)"
desc: "Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setRequestId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setRequestId(String requestId)"
name: "setRequestId(String requestId)"
nameWithType: "BlobDownloadHeaders.setRequestId(String requestId)"
summary: "Set the request<wbr>Id property: This header uniquely identifies the request that was made and can be used for troubleshooting the request."
parameters:
- description: "the requestId value to set."
name: "requestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setRequestId(String requestId)"
desc: "Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setSealed(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setSealed(Boolean sealed)"
name: "setSealed(Boolean sealed)"
nameWithType: "BlobDownloadHeaders.setSealed(Boolean sealed)"
summary: "Set the sealed property: The sealed property."
parameters:
- description: "Whether the blob is sealed (marked as read only). This is only applicable for Append blobs."
name: "sealed"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobDownloadHeaders setSealed(Boolean sealed)"
desc: "Set the sealed property: The sealed property."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setTagCount(java.lang.Long)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setTagCount(Long tagCount)"
name: "setTagCount(Long tagCount)"
nameWithType: "BlobDownloadHeaders.setTagCount(Long tagCount)"
summary: "Set the tag<wbr>Count property: The number of tags associated with the blob."
parameters:
- description: "the tagCount value to set."
name: "tagCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public BlobDownloadHeaders setTagCount(Long tagCount)"
desc: "Set the tagCount property: The number of tags associated with the blob."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setVersion(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setVersion(String version)"
name: "setVersion(String version)"
nameWithType: "BlobDownloadHeaders.setVersion(String version)"
summary: "Set the version property: Indicates the version of the Blob service used to execute the request."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setVersion(String version)"
desc: "Set the version property: Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobDownloadHeaders.setVersionId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobDownloadHeaders.setVersionId(String versionId)"
name: "setVersionId(String versionId)"
nameWithType: "BlobDownloadHeaders.setVersionId(String versionId)"
summary: "Set the version<wbr>Id property: A Date<wbr>Time value returned by the service that uniquely identifies the blob."
parameters:
- description: "the versionId value to set."
name: "versionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobDownloadHeaders setVersionId(String versionId)"
desc: "Set the versionId property: A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob."
returns:
description: "the BlobDownloadHeaders object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines headers for Download operation."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1