SetPropertiesResponse interface

Contains response data for the setHttpHeaders operation.

Extends

Inherited Properties

date

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

errorCode

Error Code

etag

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

fileAttributes

Attributes set for the file.

fileChangeOn

Change time for the file.

fileCreatedOn

Creation time for the file.

fileId

The fileId of the directory.

fileLastWriteOn

Last write time for the file.

fileParentId

The parent fileId of the directory.

filePermissionKey

Key of the permission set for the file.

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.

lastModified

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

requestId

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

version

Indicates the version of the File service used to execute the request.

Inherited Property Details

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

Inherited From FileSetHTTPHeadersResponse.date

errorCode

Error Code

errorCode?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.errorCode

etag

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

etag?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.etag

fileAttributes

Attributes set for the file.

fileAttributes?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.fileAttributes

fileChangeOn

Change time for the file.

fileChangeOn?: Date

Property Value

Date

Inherited From FileSetHTTPHeadersResponse.fileChangeOn

fileCreatedOn

Creation time for the file.

fileCreatedOn?: Date

Property Value

Date

Inherited From FileSetHTTPHeadersResponse.fileCreatedOn

fileId

The fileId of the directory.

fileId?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.fileId

fileLastWriteOn

Last write time for the file.

fileLastWriteOn?: Date

Property Value

Date

Inherited From FileSetHTTPHeadersResponse.fileLastWriteOn

fileParentId

The parent fileId of the directory.

fileParentId?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.fileParentId

filePermissionKey

Key of the permission set for the file.

filePermissionKey?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.filePermissionKey

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

Inherited From FileSetHTTPHeadersResponse.isServerEncrypted

lastModified

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

lastModified?: Date

Property Value

Date

Inherited From FileSetHTTPHeadersResponse.lastModified

requestId

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

requestId?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.requestId

version

Indicates the version of the File service used to execute the request.

version?: string

Property Value

string

Inherited From FileSetHTTPHeadersResponse.version