BlobContainerCreateOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlobContainerCreateOptions
- com.
public class BlobContainerCreateOptions
Extended options that may be passed when creating a Blob Container.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobContainerCreateOptions() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
BlobContainerCreateOptions
public BlobContainerCreateOptions()
Method Details
getMetadata
public Map
Returns:
The metadata to associate with the blob.
getPublicAccessType
public PublicAccessType getPublicAccessType()
Returns:
The public access type associated with the blob.
setMetadata
public BlobContainerCreateOptions setMetadata(Map
Parameters:
metadata
- The metadata to associate with the blob.
Returns:
The updated options
setPublicAccessType
public BlobContainerCreateOptions setPublicAccessType(PublicAccessType accessType)
Parameters:
accessType
- The public access type to associate with the blob.
Returns:
The updated options.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java