Uses of Class
com.azure.storage.blob.options.AppendBlobCreateOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobCreateOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionAppendBlobCreateOptions.setHeaders
(BlobHttpHeaders headers) AppendBlobCreateOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.AppendBlobCreateOptions.setLegalHold
(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.AppendBlobCreateOptions.setMetadata
(Map<String, String> metadata) AppendBlobCreateOptions.setRequestConditions
(BlobRequestConditions requestConditions) -
Uses of AppendBlobCreateOptions in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<AppendBlobItem>>
AppendBlobAsyncClient.createIfNotExistsWithResponse
(AppendBlobCreateOptions options) Creates a 0-length append blob if it does not exist.com.azure.core.http.rest.Response<AppendBlobItem>
AppendBlobClient.createIfNotExistsWithResponse
(AppendBlobCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a 0-length append blob if it does not exist.Mono<com.azure.core.http.rest.Response<AppendBlobItem>>
AppendBlobAsyncClient.createWithResponse
(AppendBlobCreateOptions options) Creates a 0-length append blob.com.azure.core.http.rest.Response<AppendBlobItem>
AppendBlobClient.createWithResponse
(AppendBlobCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a 0-length append blob.