Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobDeleteResponse> |
BlobURL.delete(DeleteSnapshotsOptionType deleteBlobSnapshotOptions,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Deletes the specified blob or snapshot.
|
This documentation was released into the public domain.