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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java