Uses of Class
com.azure.storage.blob.models.BlobItem
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobItem in com.azure.storage.blob
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BlobItem>
BlobContainerAsyncClient.listBlobs()
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.com.azure.core.http.rest.PagedFlux<BlobItem>
BlobContainerAsyncClient.listBlobs
(ListBlobsOptions options) Returns a reactive Publisher emitting all the blobs in this container lazily as needed.com.azure.core.http.rest.PagedFlux<BlobItem>
BlobContainerAsyncClient.listBlobs
(ListBlobsOptions options, String continuationToken) Returns a reactive Publisher emitting all the blobs in this container lazily as needed.com.azure.core.http.rest.PagedIterable<BlobItem>
BlobContainerClient.listBlobs()
Returns a lazy loaded list of blobs in this container, with folder structures flattened.com.azure.core.http.rest.PagedIterable<BlobItem>
BlobContainerClient.listBlobs
(ListBlobsOptions options, String continuationToken, Duration timeout) Returns a lazy loaded list of blobs in this container, with folder structures flattened.com.azure.core.http.rest.PagedIterable<BlobItem>
BlobContainerClient.listBlobs
(ListBlobsOptions options, Duration timeout) Returns a lazy loaded list of blobs in this container, with folder structures flattened.com.azure.core.http.rest.PagedFlux<BlobItem>
BlobContainerAsyncClient.listBlobsByHierarchy
(String directory) Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).com.azure.core.http.rest.PagedFlux<BlobItem>
BlobContainerAsyncClient.listBlobsByHierarchy
(String delimiter, ListBlobsOptions options) Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).com.azure.core.http.rest.PagedIterable<BlobItem>
BlobContainerClient.listBlobsByHierarchy
(String directory) Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).com.azure.core.http.rest.PagedIterable<BlobItem>
BlobContainerClient.listBlobsByHierarchy
(String delimiter, ListBlobsOptions options, Duration timeout) Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory). -
Uses of BlobItem in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobItem.setCurrentVersion
(Boolean isCurrentVersion) Set the isCurrentVersion property: The isCurrentVersion property.BlobItem.setDeleted
(boolean deleted) Set the deleted property: The deleted property.BlobItem.setHasVersionsOnly
(Boolean hasVersionsOnly) Set the hasVersionsOnly property: The HasVersionsOnly property.BlobItem.setIsPrefix
(Boolean isPrefix) Set the isPrefix property: The isPrefix property.BlobItem.setMetadata
(Map<String, String> metadata) Set the metadata property: The metadata property.Set the name property: The name property.BlobItem.setObjectReplicationSourcePolicies
(List<ObjectReplicationPolicy> objectReplicationSourcePolicies) Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.BlobItem.setProperties
(BlobItemProperties properties) Set the properties property: The properties property.BlobItem.setSnapshot
(String snapshot) Set the snapshot property: The snapshot property.Set the tags property: The tags property.BlobItem.setVersionId
(String versionId) Set the versionId property: The versionId property.