PathAppendDataHeaders interface
Defines headers for Path_appendData operation.
Properties
client |
If a client request id header is sent in the request, this header will be present in the response with the same value. |
contentMD5 | 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. |
date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
encryption |
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. |
etag | An HTTP entity tag associated with the file or directory. |
is |
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. |
lease |
If the lease was auto-renewed with this request |
request |
A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. |
version | The version of the REST protocol used to process the request. |
x |
This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. |
Property Details
clientRequestId
If a client request id header is sent in the request, this header will be present in the response with the same value.
clientRequestId?: string
Property Value
string
contentMD5
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.
contentMD5?: Uint8Array
Property Value
Uint8Array
date
A UTC date/time value generated by the service that indicates the time at which the response was initiated.
date?: Date
Property Value
Date
encryptionKeySha256
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.
encryptionKeySha256?: string
Property Value
string
etag
An HTTP entity tag associated with the file or directory.
etag?: string
Property Value
string
isServerEncrypted
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.
isServerEncrypted?: boolean
Property Value
boolean
leaseRenewed
If the lease was auto-renewed with this request
leaseRenewed?: boolean
Property Value
boolean
requestId
A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.
requestId?: string
Property Value
string
version
The version of the REST protocol used to process the request.
version?: string
Property Value
string
xMsContentCrc64
This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers.
xMsContentCrc64?: Uint8Array
Property Value
Uint8Array