Uses of Class
com.azure.storage.blob.options.PageBlobCreateOptions
-
Packages that use PageBlobCreateOptions 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. -
-
Uses of PageBlobCreateOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return PageBlobCreateOptions Modifier and Type Method Description PageBlobCreateOptionsPageBlobCreateOptions. setHeaders(BlobHttpHeaders headers)PageBlobCreateOptionsPageBlobCreateOptions. setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.PageBlobCreateOptionsPageBlobCreateOptions. setLegalHold(Boolean legalHold)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.PageBlobCreateOptionsPageBlobCreateOptions. setMetadata(Map<String,String> metadata)PageBlobCreateOptionsPageBlobCreateOptions. setRequestConditions(BlobRequestConditions requestConditions)PageBlobCreateOptionsPageBlobCreateOptions. setSequenceNumber(Long sequenceNumber)PageBlobCreateOptionsPageBlobCreateOptions. setTags(Map<String,String> tags) -
Uses of PageBlobCreateOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type PageBlobCreateOptions Modifier and Type Method 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.
-