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(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
Undelete a blob that was previously soft deleted.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobUndeleteResponse> |
BlobURL.undelete(com.microsoft.rest.v2.Context context)
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.