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(String snapshot,
Integer timeout,
String leaseId,
DeleteSnapshotsOptionType deleteSnapshots,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
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)
Deletes the specified blob or snapshot.
|
This documentation was released into the public domain.