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) Sets theBlobHttpHeaders
.PageBlobCreateOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy
.PageBlobCreateOptions.setLegalHold
(Boolean legalHold) Sets if a legal hold should be placed on the blob.PageBlobCreateOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to associate with the blob.PageBlobCreateOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets theBlobRequestConditions
.PageBlobCreateOptions.setSequenceNumber
(Long sequenceNumber) Sets a user-controlled value that you can use to track requests.Sets the tags to associate with the blob. -
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.