DeleteSnapshot class
Definition
Required if the blob has associated snapshots. Specifies how to handle the snapshots.
- Inheritance
-
builtins.objectDeleteSnapshot
Attributes
Include
Delete the base blob and all of its snapshots.
Include = 'include'
Only
Delete only the blob's snapshots and not the blob itself.
Only = 'only'