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<PageBlobClearPagesResponse> |
GeneratedPageBlobs.clearPagesWithRestResponseAsync(long contentLength,
Integer timeout,
String range,
String leaseId,
Long ifSequenceNumberLessThanOrEqualTo,
Long ifSequenceNumberLessThan,
Long ifSequenceNumberEqualTo,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Clear Pages operation clears a set of pages from a page blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobClearPagesResponse> |
PageBlobURL.clearPages(PageRange pageRange,
BlobAccessConditions accessConditions)
Frees the specified pages from the page blob.
|
This documentation was released into the public domain.