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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java