Package com.azure.storage.blob.options
Class BlockBlobOutputStreamOptions
java.lang.Object
com.azure.storage.blob.options.BlockBlobOutputStreamOptions
Extended options that may be passed when opening an output stream to a Block Blob.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()getTier()setHeaders(BlobHttpHeaders headers) setMetadata(Map<String, String> metadata) setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) setRequestConditions(BlobRequestConditions requestConditions) setTier(AccessTier tier)
-
Constructor Details
-
BlockBlobOutputStreamOptions
public BlockBlobOutputStreamOptions()
-
-
Method Details
-
getParallelTransferOptions
- Returns:
ParallelTransferOptions
-
setParallelTransferOptions
public BlockBlobOutputStreamOptions setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) - Parameters:
parallelTransferOptions-ParallelTransferOptions- Returns:
- The updated options.
-
getHeaders
- Returns:
BlobHttpHeaders
-
setHeaders
- Parameters:
headers-BlobHttpHeaders- Returns:
- The updated
AppendBlobCreateOptions
-
getMetadata
- Returns:
- The metadata to associate with the blob.
-
setMetadata
- Parameters:
metadata- The metadata to associate with the blob.- Returns:
- The updated options
-
getTags
- Returns:
- The tags to associate with the blob.
-
setTags
- Parameters:
tags- The tags to associate with the blob.- Returns:
- The updated options.
-
getTier
- Returns:
AccessTier
-
setTier
- Parameters:
tier-AccessTier- Returns:
- The updated options.
-
getRequestConditions
- Returns:
BlobRequestConditions
-
setRequestConditions
- Parameters:
requestConditions-BlobRequestConditions- Returns:
- The updated options.
-