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<PageBlobsClearPagesResponse> |
PageBlobURL.clearPages(PageRange pageRange,
BlobAccessConditions accessConditions)
Frees the specified pages from the page blob.
|
io.reactivex.Single<PageBlobsUploadPagesResponse> |
PageBlobURL.uploadPages(PageRange pageRange,
io.reactivex.Flowable<ByteBuffer> body,
BlobAccessConditions accessConditions)
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.
|
Copyright © 2018. All rights reserved.