Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobRenameHeaders

Package version

Defines headers for Rename operation.

Hierarchy

  • BlobRenameHeaders

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 contentLength

contentLength: undefined | number

The size of the resource in bytes.

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 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 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.

Generated using TypeDoc