FileDeletionStatus interface
A status response from a file deletion operation.
- Extends
Properties
id | The ID of the deleted file. |
Inherited Properties
deleted | A value indicating whether deletion was successful. |
Property Details
id
The ID of the deleted file.
id: string
Property Value
string
Inherited Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
Inherited From DeletionStatus.deleted
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript