Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobDeleteResponse> |
BlobURL.delete()
Deletes the specified blob or snapshot.
|
io.reactivex.Single<BlobDeleteResponse> |
BlobURL.delete(DeleteSnapshotsOptionType deleteBlobSnapshotOptions,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Deletes the specified blob or snapshot.
|
io.reactivex.Single<BlobDeleteResponse> |
GeneratedBlobs.deleteWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String snapshot,
Integer timeout,
DeleteSnapshotsOptionType deleteSnapshots,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.