struct
AZBlob::Models::BlobDeleteOptions
- AZBlob::Models::BlobDeleteOptions
- Struct
- Value
- Object
Defined in:
azblob/models/block_blob.crConstructors
Instance Method Summary
-
#delete_snaphots : DeleteSnapshotOption | Nil
Required if the blob has associated snapshots.
-
#delete_type : DeleteType | Nil
Optional.
-
#snapshot : String | Nil
The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve.
-
#timeout : Int32 | Nil
The timeout parameter is expressed in seconds.
-
#version_id : String | Nil
The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on.
Constructor Detail
Instance Method Detail
Required if the blob has associated snapshots. Specify one of the following two options: include: Delete the base blob and all of its snapshots. only: Delete only the blob's snapshots and not the blob itself
Optional. Only possible value is 'permanent', which specifies to permanently delete a blob if blob soft delete is enabled.
The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see Creating a Snapshot of a Blob. [https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob]
The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations. [https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations]
The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer.