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