Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
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.
|
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.
|
io.reactivex.Single<BlobUndeleteResponse> |
GeneratedBlobs.undeleteWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId)
Undelete a blob that was previously soft deleted.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.