BlockBlobOutputStreamOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlockBlobOutputStreamOptions
- com.
public class BlockBlobOutputStreamOptions
Extended options that may be passed when opening an output stream to a Block Blob.
Constructor Summary
Constructor | Description |
---|---|
BlockBlobOutputStreamOptions() |
Creates a new instance of BlockBlobOutputStreamOptions. |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
BlockBlobOutputStreamOptions
public BlockBlobOutputStreamOptions()
Creates a new instance of BlockBlobOutputStreamOptions.
Method Details
getHeaders
getMetadata
public Map
Gets the metadata to associate with the blob.
Returns:
getParallelTransferOptions
public ParallelTransferOptions getParallelTransferOptions()
Gets the ParallelTransferOptions.
Returns:
getRequestConditions
getTags
public Map
Gets the tags to associate with the blob.
Returns:
getTier
setHeaders
public BlockBlobOutputStreamOptions setHeaders(BlobHttpHeaders headers)
Sets the BlobHttpHeaders.
Parameters:
Returns:
AppendBlobCreateOptions
setMetadata
public BlockBlobOutputStreamOptions setMetadata(Map
Sets the metadata to associate with the blob.
Parameters:
Returns:
setParallelTransferOptions
public BlockBlobOutputStreamOptions setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)
Sets the ParallelTransferOptions.
Parameters:
Returns:
setRequestConditions
public BlockBlobOutputStreamOptions setRequestConditions(BlobRequestConditions requestConditions)
Sets the BlobRequestConditions.
Parameters:
Returns:
setTags
public BlockBlobOutputStreamOptions setTags(Map
Sets the tags to associate with the blob.
Parameters:
Returns:
setTier
public BlockBlobOutputStreamOptions setTier(AccessTier tier)
Sets the AccessTier.
Parameters:
Returns: