public final class PageBlobUploadPagesHeaders
extends java.lang.Object
| Constructor and Description |
|---|
PageBlobUploadPagesHeaders() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getBlobSequenceNumber()
Get the blobSequenceNumber property: The current sequence number for the
page blob.
|
java.lang.String |
getClientRequestId()
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.
|
byte[] |
getContentMD5()
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.
|
java.time.OffsetDateTime |
getDateProperty()
Get the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
java.lang.String |
getEncryptionKeySha256()
Get the encryptionKeySha256 property: The SHA-256 hash of the encryption
key used to encrypt the pages.
|
java.lang.String |
getErrorCode()
Get the errorCode property: The errorCode property.
|
java.lang.String |
getETag()
Get the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
java.time.OffsetDateTime |
getLastModified()
Get the lastModified property: Returns the date and time the container
was last modified.
|
java.lang.String |
getRequestId()
Get the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
java.lang.String |
getVersion()
Get the version property: Indicates the version of the Blob service used
to execute the request.
|
byte[] |
getXMsContentCrc64()
Get the xMsContentCrc64 property: This header is returned so that the
client can check for message content integrity.
|
java.lang.Boolean |
isServerEncrypted()
Get the isServerEncrypted property: The value of this header is set to
true if the contents of the request are successfully encrypted using the
specified algorithm, and false otherwise.
|
PageBlobUploadPagesHeaders |
setBlobSequenceNumber(java.lang.Long blobSequenceNumber)
Set the blobSequenceNumber property: The current sequence number for the
page blob.
|
PageBlobUploadPagesHeaders |
setClientRequestId(java.lang.String clientRequestId)
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.
|
PageBlobUploadPagesHeaders |
setContentMD5(byte[] contentMD5)
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.
|
PageBlobUploadPagesHeaders |
setDateProperty(java.time.OffsetDateTime dateProperty)
Set the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
PageBlobUploadPagesHeaders |
setEncryptionKeySha256(java.lang.String encryptionKeySha256)
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption
key used to encrypt the pages.
|
PageBlobUploadPagesHeaders |
setErrorCode(java.lang.String errorCode)
Set the errorCode property: The errorCode property.
|
PageBlobUploadPagesHeaders |
setETag(java.lang.String eTag)
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
PageBlobUploadPagesHeaders |
setIsServerEncrypted(java.lang.Boolean isServerEncrypted)
Set the isServerEncrypted property: The value of this header is set to
true if the contents of the request are successfully encrypted using the
specified algorithm, and false otherwise.
|
PageBlobUploadPagesHeaders |
setLastModified(java.time.OffsetDateTime lastModified)
Set the lastModified property: Returns the date and time the container
was last modified.
|
PageBlobUploadPagesHeaders |
setRequestId(java.lang.String requestId)
Set the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
PageBlobUploadPagesHeaders |
setVersion(java.lang.String version)
Set the version property: Indicates the version of the Blob service used
to execute the request.
|
PageBlobUploadPagesHeaders |
setXMsContentCrc64(byte[] xMsContentCrc64)
Set the xMsContentCrc64 property: This header is returned so that the
client can check for message content integrity.
|
public java.lang.String getETag()
public PageBlobUploadPagesHeaders setETag(java.lang.String eTag)
eTag - the eTag value to set.public java.time.OffsetDateTime getLastModified()
public PageBlobUploadPagesHeaders setLastModified(java.time.OffsetDateTime lastModified)
lastModified - the lastModified value to set.public byte[] getContentMD5()
public PageBlobUploadPagesHeaders setContentMD5(byte[] contentMD5)
contentMD5 - the contentMD5 value to set.public byte[] getXMsContentCrc64()
public PageBlobUploadPagesHeaders setXMsContentCrc64(byte[] xMsContentCrc64)
xMsContentCrc64 - the xMsContentCrc64 value to set.public java.lang.Long getBlobSequenceNumber()
public PageBlobUploadPagesHeaders setBlobSequenceNumber(java.lang.Long blobSequenceNumber)
blobSequenceNumber - the blobSequenceNumber value to set.public java.lang.String getClientRequestId()
public PageBlobUploadPagesHeaders setClientRequestId(java.lang.String clientRequestId)
clientRequestId - the clientRequestId value to set.public java.lang.String getRequestId()
public PageBlobUploadPagesHeaders setRequestId(java.lang.String requestId)
requestId - the requestId value to set.public java.lang.String getVersion()
public PageBlobUploadPagesHeaders setVersion(java.lang.String version)
version - the version value to set.public java.time.OffsetDateTime getDateProperty()
public PageBlobUploadPagesHeaders setDateProperty(java.time.OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public java.lang.Boolean isServerEncrypted()
public PageBlobUploadPagesHeaders setIsServerEncrypted(java.lang.Boolean isServerEncrypted)
isServerEncrypted - the isServerEncrypted value to set.public java.lang.String getEncryptionKeySha256()
public PageBlobUploadPagesHeaders setEncryptionKeySha256(java.lang.String encryptionKeySha256)
encryptionKeySha256 - the encryptionKeySha256 value to set.public java.lang.String getErrorCode()
public PageBlobUploadPagesHeaders setErrorCode(java.lang.String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.