| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob | |
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBlobClearPagesResponse> |
PageBlobURL.clearPages(PageRange pageRange,
PageBlobAccessConditions pageBlobAccessConditions,
com.microsoft.rest.v2.Context context)
Frees the specified pages from the page blob.
|
io.reactivex.Single<PageBlobUploadPagesResponse> |
PageBlobURL.uploadPages(PageRange pageRange,
io.reactivex.Flowable<ByteBuffer> body,
PageBlobAccessConditions pageBlobAccessConditions,
com.microsoft.rest.v2.Context context)
Writes 1 or more pages to the page blob.
|
| Modifier and Type | Method and Description |
|---|---|
PageRange |
PageRange.withEnd(long end)
Set the end value.
|
PageRange |
PageRange.withStart(long start)
Set the start value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageRange> |
PageList.pageRange()
Get the pageRange value.
|
| Modifier and Type | Method and Description |
|---|---|
PageList |
PageList.withPageRange(List<PageRange> pageRange)
Set the pageRange value.
|
This documentation was released into the public domain.