Uses of Class
com.azure.storage.blob.models.BlobContainerItem
Packages that use BlobContainerItem
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobContainerItem in com.azure.storage.blob
Methods in com.azure.storage.blob that return types with arguments of type BlobContainerItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BlobContainerItem> BlobServiceAsyncClient.listBlobContainers()Returns a reactive Publisher emitting all the containers in this account lazily as needed.com.azure.core.http.rest.PagedFlux<BlobContainerItem> BlobServiceAsyncClient.listBlobContainers(ListBlobContainersOptions options) Returns a reactive Publisher emitting all the containers in this account lazily as needed.com.azure.core.http.rest.PagedIterable<BlobContainerItem> BlobServiceClient.listBlobContainers()Returns a lazy loaded list of containers in this account.com.azure.core.http.rest.PagedIterable<BlobContainerItem> BlobServiceClient.listBlobContainers(ListBlobContainersOptions options, Duration timeout) Returns a lazy loaded list of containers in this account. -
Uses of BlobContainerItem in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobContainerItemModifier and TypeMethodDescriptionstatic BlobContainerItemBlobContainerItem.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobContainerItem from the XmlReader.static BlobContainerItemReads an instance of BlobContainerItem from the XmlReader.BlobContainerItem.setDeleted(Boolean deleted) Set the deleted property: The Deleted property.BlobContainerItem.setMetadata(Map<String, String> metadata) Set the metadata property: Dictionary of <string>.Set the name property: The Name property.BlobContainerItem.setProperties(BlobContainerItemProperties properties) Set the properties property: Properties of a container.BlobContainerItem.setVersion(String version) Set the version property: The Version property.