Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathUpdateHeaders

Package version

Defines headers for Path_update operation.

Hierarchy

  • PathUpdateHeaders

Index

Properties

Optional acceptRanges

acceptRanges: undefined | string

Indicates that the service supports requests for partial file content.

Optional cacheControl

cacheControl: undefined | string

If the Cache-Control request header has previously been set for the resource, that value is returned in this header.

Optional contentDisposition

contentDisposition: undefined | string

If the Content-Disposition request header has previously been set for the resource, that value is returned in this header.

Optional contentEncoding

contentEncoding: undefined | string

If the Content-Encoding request header has previously been set for the resource, that value is returned in this header.

Optional contentLanguage

contentLanguage: undefined | string

If the Content-Language request header has previously been set for the resource, that value is returned in this header.

Optional contentLength

contentLength: undefined | number

The size of the resource in bytes.

Optional contentMD5

contentMD5: undefined | string

An MD5 hash of the request content. This header is only returned for "Flush" operation. This header is returned so that the client can check for message content integrity. This header refers to the content of the request, not actual file content.

Optional contentRange

contentRange: undefined | string

Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header.

Optional contentType

contentType: undefined | string

The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream.

Optional date

date: Date

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

Optional errorCode

errorCode: undefined | string

Error Code

Optional etag

etag: undefined | string

An HTTP entity tag associated with the file or directory.

Optional lastModified

lastModified: Date

The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.

Optional properties

properties: undefined | string

User-defined properties associated with the file or directory, in the format of a comma-separated list of name and value pairs "n1=v1, n2=v2, ...", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set.

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 xMsContinuation

xMsContinuation: undefined | string

When performing setAccessControlRecursive on a directory, the number of paths that are processed with each invocation is limited. If the number of paths to be processed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the setAccessControlRecursive operation to continue the setAccessControlRecursive operation on the directory.

Generated using TypeDoc