ISetPropertiesResponse 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. |
error |
|
e |
The ETag contains a value which represents the version of the file, in quotes. |
file |
Attributes set for the file. |
file |
Change time for the file. |
file |
Creation time for the file. |
file |
The fileId of the directory. |
file |
Last write time for the file. |
file |
The parent fileId of the directory. |
file |
Key of the permission set for the file. |
is |
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. |
last |
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. |
request |
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 Models.FileSetHTTPHeadersResponse.date
errorCode
errorCode?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.errorCode
eTag
The ETag contains a value which represents the version of the file, in quotes.
eTag?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.eTag
fileAttributes
Attributes set for the file.
fileAttributes?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.fileAttributes
fileChangeTime
Change time for the file.
fileChangeTime?: Date
Property Value
Date
Inherited From Models.FileSetHTTPHeadersResponse.fileChangeTime
fileCreationTime
Creation time for the file.
fileCreationTime?: Date
Property Value
Date
Inherited From Models.FileSetHTTPHeadersResponse.fileCreationTime
fileId
The fileId of the directory.
fileId?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.fileId
fileLastWriteTime
Last write time for the file.
fileLastWriteTime?: Date
Property Value
Date
Inherited From Models.FileSetHTTPHeadersResponse.fileLastWriteTime
fileParentId
The parent fileId of the directory.
fileParentId?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.fileParentId
filePermissionKey
Key of the permission set for the file.
filePermissionKey?: string
Property Value
string
Inherited From Models.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 Models.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 Models.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 Models.FileSetHTTPHeadersResponse.requestId
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string
Inherited From Models.FileSetHTTPHeadersResponse.version
Azure SDK for JavaScript