Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathAppendDataHeaders

Package version

Defines headers for Path_appendData operation.

Hierarchy

  • PathAppendDataHeaders

Index

Properties

Optional clientRequestId

clientRequestId: undefined | string

If a client request id header is sent in the request, this header will be present in the response with the same value.

Optional contentMD5

contentMD5: Uint8Array

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.

Optional date

date: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

Optional etag

etag: undefined | string

An HTTP entity tag associated with the file or directory.

Optional isServerEncrypted

isServerEncrypted: undefined | false | true

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.

Optional requestId

requestId: undefined | string

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

Optional version

version: undefined | string

The version of the REST protocol used to process the request.

Optional xMsContentCrc64

xMsContentCrc64: Uint8Array

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.

Generated using TypeDoc