Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
PageBlobItem |
PageBlobClient.clearPages(PageRange pageRange)
Frees the specified pages from the page blob.
|
PageBlobItem |
PageBlobClient.create(long size)
Creates a page blob of the specified length.
|
PageBlobItem |
PageBlobClient.create(long size,
boolean overwrite)
Creates a page blob of the specified length.
|
PageBlobItem |
PageBlobClient.resize(long size)
Resizes the page blob to the specified size (which must be a multiple of 512).
|
PageBlobItem |
PageBlobClient.updateSequenceNumber(SequenceNumberActionType action,
Long sequenceNumber)
Sets the page blob's sequence number.
|
PageBlobItem |
PageBlobClient.uploadPages(PageRange pageRange,
InputStream body)
Writes one or more pages to the page blob.
|
PageBlobItem |
PageBlobClient.uploadPagesFromUrl(PageRange range,
String sourceUrl,
Long sourceOffset)
Writes one or more pages from the source page blob to this page blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.