struct

AZBlob::Models::BlobDeleteOptions

Inherits Struct < Value < Object

Constructors

new(delete_snaphots : AZBlob::Models::DeleteSnapshotOption | Nil = nil, delete_type : AZBlob::Models::DeleteType | Nil = nil, snapshot : Nil | String = nil, timeout : Int32 | Nil = nil, version_id : Nil | String = nil)
Source

Instance methods

delete_snaphots

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

Source
delete_type

Optional. Only possible value is 'permanent', which specifies to permanently delete a blob if blob soft delete is enabled.

Source
snapshot

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]

Source
timeout

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]

Source
version_id

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.

Source