Uses of Class
com.azure.storage.blob.models.BlobContainerItem
-
Packages that use BlobContainerItem Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlobContainerItem in com.azure.storage.blob
Methods in com.azure.storage.blob that return types with arguments of type BlobContainerItem Modifier and Type Method Description com.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 BlobContainerItem Modifier and Type Method Description BlobContainerItemBlobContainerItem. setDeleted(Boolean deleted)Set the deleted property: The Deleted property.BlobContainerItemBlobContainerItem. setMetadata(Map<String,String> metadata)Set the metadata property: Dictionary of <string>.BlobContainerItemBlobContainerItem. setName(String name)Set the name property: The Name property.BlobContainerItemBlobContainerItem. setProperties(BlobContainerItemProperties properties)Set the properties property: Properties of a container.BlobContainerItemBlobContainerItem. setVersion(String version)Set the version property: The Version property.
-