ShareCreateIfNotExistsResponse interface
Contains response data for the createIfNotExists operation.
- Extends
Properties
succeeded | Indicate whether the share is successfully created. Is false when the share is not changed as it already exists. |
Inherited Properties
date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
error |
Error Code |
etag | 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. |
max |
Returned the calculated maximum burst credits. |
quota | Returns the current share quota in GB. |
request |
This header uniquely identifies the request that was made and can be used for troubleshooting the request. |
share |
Returns the calculated burst IOPS of the share. |
share |
The provisioned throughput of the share. |
share |
The provisioned IOPS of the share. |
version | Indicates the version of the File service used to execute the request. |
Property Details
succeeded
Indicate whether the share is successfully created. Is false when the share is not changed as it already exists.
succeeded: boolean
Property Value
boolean
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 ShareCreateResponse.date
errorCode
Error Code
errorCode?: string
Property Value
string
Inherited From ShareCreateResponse.errorCode
etag
The ETag contains a value which represents the version of the share, in quotes.
etag?: string
Property Value
string
Inherited From ShareCreateResponse.etag
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
Inherited From ShareCreateResponse.lastModified
maxBurstCreditsForIops
Returned the calculated maximum burst credits.
maxBurstCreditsForIops?: number
Property Value
number
Inherited From ShareCreateResponse.maxBurstCreditsForIops
quota
Returns the current share quota in GB.
quota?: number
Property Value
number
Inherited From ShareCreateResponse.quota
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 ShareCreateResponse.requestId
shareIncludedBurstIops
Returns the calculated burst IOPS of the share.
shareIncludedBurstIops?: number
Property Value
number
Inherited From ShareCreateResponse.shareIncludedBurstIops
shareProvisionedBandwidthMibps
The provisioned throughput of the share.
shareProvisionedBandwidthMibps?: number
Property Value
number
Inherited From ShareCreateResponse.shareProvisionedBandwidthMibps
shareProvisionedIops
The provisioned IOPS of the share.
shareProvisionedIops?: number
Property Value
number
Inherited From ShareCreateResponse.shareProvisionedIops
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string
Inherited From ShareCreateResponse.version