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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java