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<BlobUndeleteResponse> |
GeneratedBlobs.undeleteWithRestResponseAsync(Integer timeout,
String requestId)
Undelete a blob that was previously soft deleted.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobUndeleteResponse> |
BlobURL.undelete()
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
|
This documentation was released into the public domain.