Uses of Class
com.azure.storage.blob.models.BlobContainerItem
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobContainerItem in com.azure.storage.blob
Modifier 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
Modifier and TypeMethodDescriptionBlobContainerItem.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.