TaggedBlobItem Class
- java.
lang. Object - com.
azure. storage. blob. models. TaggedBlobItem
- com.
public final class TaggedBlobItem
Blob info from a Filter Blobs API call.
Constructor Summary
| Constructor | Description |
|---|---|
| TaggedBlobItem(String containerName, String name) |
Constructor to create a new Tagged |
| TaggedBlobItem(String containerName, String name, Map<String,String> tags) |
Constructor to create a new Tagged |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getContainerName()
Get the container |
| String |
getName()
Get the name property: The name property. |
| Map<String,String> |
getTags()
Get the tags property: The tags property. |
Methods inherited from java.lang.Object
Constructor Details
TaggedBlobItem
public TaggedBlobItem(String containerName, String name)
Constructor to create a new TaggedBlobItem
Parameters:
TaggedBlobItem
public TaggedBlobItem(String containerName, String name, Map<String,String> tags)
Constructor to create a new TaggedBlobItem
Parameters:
Method Details
getContainerName
public String getContainerName()
Get the containerName property: The containerName property.
Returns:
getName
public String getName()
Get the name property: The name property.
Returns:
getTags
public Map<String,String> getTags()
Get the tags property: The tags property.
Returns: