| 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<PageBlobsResizeResponse> |
GeneratedPageBlobs.resizeWithRestResponseAsync(long blobContentLength,
Integer timeout,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
Resize the Blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBlobsResizeResponse> |
PageBlobURL.resize(long size,
BlobAccessConditions accessConditions)
Resizes the page blob to the specified size (which must be a multiple of 512).
|
Copyright © 2018. All rights reserved.