FileSystemDeleteIfExistsResponse interface
Contains response data for the deleteIfExists operation.
- Extends
Properties
| succeeded | Indicate whether the file system is successfully deleted. Is false if the file system doesn't exist in the first place. |
Inherited Properties
| client |
|
| date | |
| request |
|
| version |
Property Details
succeeded
Indicate whether the file system is successfully deleted. Is false if the file system doesn't exist in the first place.
succeeded: boolean
Property Value
boolean
Inherited Property Details
clientRequestId
clientRequestId?: string
Property Value
string
Inherited From FileSystemDeleteResponse.clientRequestId
date
date?: Date
Property Value
Date
Inherited From FileSystemDeleteResponse.date
requestId
requestId?: string
Property Value
string
Inherited From FileSystemDeleteResponse.requestId
version
version?: string
Property Value
string
Inherited From FileSystemDeleteResponse.version