DirectorySetPropertiesHeaders interface
Defines headers for SetProperties operation.
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 directory. |
file |
Change time for the directory. |
file |
Creation time for the directory. |
file |
The fileId of the directory. |
file |
Last write time for the directory. |
file |
The parent fileId of the directory. |
file |
Key of the permission set for the directory. |
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. |
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
errorCode
errorCode?: undefined | string
Property Value
undefined | string
eTag
The ETag contains a value which represents the version of the file, in quotes.
eTag?: undefined | string
Property Value
undefined | string
fileAttributes
Attributes set for the directory.
fileAttributes?: undefined | string
Property Value
undefined | string
fileChangeTime
Change time for the directory.
fileChangeTime?: Date
Property Value
Date
fileCreationTime
Creation time for the directory.
fileCreationTime?: Date
Property Value
Date
fileId
The fileId of the directory.
fileId?: undefined | string
Property Value
undefined | string
fileLastWriteTime
Last write time for the directory.
fileLastWriteTime?: Date
Property Value
Date
fileParentId
The parent fileId of the directory.
fileParentId?: undefined | string
Property Value
undefined | string
filePermissionKey
Key of the permission set for the directory.
filePermissionKey?: undefined | string
Property Value
undefined | string
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?: undefined | false | true
Property Value
undefined | false | true
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
requestId
This header uniquely identifies the request that was made and can be used for troubleshooting the request.
requestId?: undefined | string
Property Value
undefined | string
version
Indicates the version of the File service used to execute the request.
version?: undefined | string
Property Value
undefined | string
Azure SDK for JavaScript