Uses of Class
com.azure.storage.blob.options.PageBlobCreateOptions
Packages that use PageBlobCreateOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of PageBlobCreateOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return PageBlobCreateOptionsModifier and TypeMethodDescriptionPageBlobCreateOptions.setHeaders(BlobHttpHeaders headers) PageBlobCreateOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.PageBlobCreateOptions.setLegalHold(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.PageBlobCreateOptions.setMetadata(Map<String, String> metadata) PageBlobCreateOptions.setRequestConditions(BlobRequestConditions requestConditions) PageBlobCreateOptions.setSequenceNumber(Long sequenceNumber) -
Uses of PageBlobCreateOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type PageBlobCreateOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<PageBlobItem>> PageBlobAsyncClient.createIfNotExistsWithResponse(PageBlobCreateOptions options) Creates a page blob of the specified length if it does not exist.com.azure.core.http.rest.Response<PageBlobItem> PageBlobClient.createIfNotExistsWithResponse(PageBlobCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a page blob of the specified length if it does not exist.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.