ShareCreateHeaders interface
Defines headers for Create 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 share, in quotes. |
last |
Returns the date and time the share 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. |
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?: string
Property Value
string
eTag
The ETag contains a value which represents the version of the share, in quotes.
eTag?: string
Property Value
string
lastModified
Returns the date and time the share 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.
lastModified?: Date
Property Value
Date
requestId
This header uniquely identifies the request that was made and can be used for troubleshooting the request.
requestId?: string
Property Value
string
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string
Azure SDK for JavaScript