Package com.azure.storage.blob.options
Class BlobContainerCreateOptions
java.lang.Object
com.azure.storage.blob.options.BlobContainerCreateOptions
Extended options that may be passed when creating a Blob Container.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetMetadata
(Map<String, String> metadata) setPublicAccessType
(PublicAccessType accessType)
-
Constructor Details
-
BlobContainerCreateOptions
public BlobContainerCreateOptions()
-
-
Method Details
-
getMetadata
- Returns:
- The metadata to associate with the blob.
-
setMetadata
- Parameters:
metadata
- The metadata to associate with the blob.- Returns:
- The updated options
-
getPublicAccessType
- Returns:
- The public access type associated with the blob.
-
setPublicAccessType
- Parameters:
accessType
- The public access type to associate with the blob.- Returns:
- The updated options.
-