Package com.azure.storage.blob.models
Class TaggedBlobItem
- java.lang.Object
-
- com.azure.storage.blob.models.TaggedBlobItem
-
public final class TaggedBlobItem extends Object
Blob info from a Filter Blobs API call.
-
-
Constructor Summary
Constructors Constructor Description TaggedBlobItem(String containerName, String name)Constructor to create a new TaggedBlobItemTaggedBlobItem(String containerName, String name, Map<String,String> tags)Constructor to create a new TaggedBlobItem
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerName()Get the containerName property: The containerName property.StringgetName()Get the name property: The name property.Map<String,String>getTags()Get the tags property: The tags property.
-