Package | Description |
---|---|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
PageBlobCreateOptions |
PageBlobCreateOptions.setHeaders(BlobHttpHeaders headers) |
PageBlobCreateOptions |
PageBlobCreateOptions.setMetadata(Map<String,String> metadata) |
PageBlobCreateOptions |
PageBlobCreateOptions.setRequestConditions(BlobRequestConditions requestConditions) |
PageBlobCreateOptions |
PageBlobCreateOptions.setSequenceNumber(Long sequenceNumber) |
PageBlobCreateOptions |
PageBlobCreateOptions.setTags(Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<PageBlobItem>> |
PageBlobAsyncClient.createWithResponse(PageBlobCreateOptions options)
Creates a page blob of the specified length.
|
com.azure.core.http.rest.Response<PageBlobItem> |
PageBlobClient.createWithResponse(PageBlobCreateOptions options,
Duration timeout,
com.azure.core.util.Context context)
Creates a page blob of the specified length.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.