You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the blob has any associated snapshots, you must delete all of its snapshots to delete the blob. The following example deletes a blob and its snapshots:
To delete *only* the snapshots and not the blob itself, you can pass the parameter `delete_snapshots="only"`.
47
47
@@ -64,7 +64,7 @@ To restore deleted blobs when versioning is disabled, call the following method:
64
64
65
65
This method restores the content and metadata of a soft-deleted blob and any associated soft-deleted snapshots. Calling this method for a blob that hasn't been deleted has no effect.
The following example creates a `Reader` instance and reads from a string as if it were a stream of bytes. The stream is then uploaded to a block blob:
@@ -78,7 +78,7 @@ For more information on transfer size limits for Blob Storage, see [Scale target
78
78
79
79
The following code example shows how to specify data transfer options using the [UploadFileOptions](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob#UploadFileOptions). The values provided in this sample aren't intended to be a recommendation. To properly tune these values, you need to consider the specific needs of your app.
0 commit comments