DirectoryDeleteIfExistsResponse interface
Contains response data for the deleteIfExists(DirectoryDeleteOptions) operation.
- Extends
Properties
succeeded | Indicate whether the directory is successfully deleted. Is false if the directory does not exist in the first place. |
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 |
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
succeeded
Indicate whether the directory is successfully deleted. Is false if the directory does not exist in the first place.
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 DirectoryDeleteResponse.date
errorCode
Error Code
errorCode?: string
Property Value
string
Inherited From DirectoryDeleteResponse.errorCode
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 DirectoryDeleteResponse.requestId
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string
Inherited From DirectoryDeleteResponse.version