Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeFromURLHeaders

Package version

Defines headers for File_uploadRangeFromURL operation.

Hierarchy

  • FileUploadRangeFromURLHeaders

Index

Properties

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

The ETag contains a value which represents the version of the file, in quotes.

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 lastModified

lastModified: Date

Returns the date and time the directory was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share.

Optional requestId

requestId: undefined | string

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

Optional version

version: undefined | string

Indicates the version of the File service used to execute 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 File service; it is not necessarily the same value as may have been specified in the request headers.

Generated using TypeDoc