| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBlobResizeResponse> |
GeneratedPageBlobs.resizeWithRestResponseAsync(com.microsoft.rest.v2.Context context,
long blobContentLength,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
Resize the Blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBlobResizeResponse> |
PageBlobURL.resize(long size)
Resizes the page blob to the specified size (which must be a multiple of 512).
|
io.reactivex.Single<PageBlobResizeResponse> |
PageBlobURL.resize(long size,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Resizes the page blob to the specified size (which must be a multiple of 512).
|
This documentation was released into the public domain.