Package com.azure.storage.blob.models
Class TaggedBlobItem
java.lang.Object
com.azure.storage.blob.models.TaggedBlobItem
Blob info from a Filter Blobs API call.
-
Constructor Summary
ConstructorsConstructorDescriptionTaggedBlobItem
(String containerName, String name) Constructor to create a new TaggedBlobItemConstructor to create a new TaggedBlobItem -
Method Summary
-
Constructor Details
-
TaggedBlobItem
Constructor to create a new TaggedBlobItem- Parameters:
containerName
- The container namename
- The blob name
-
TaggedBlobItem
Constructor to create a new TaggedBlobItem- Parameters:
containerName
- The container namename
- The blob nametags
- The blob tags
-
-
Method Details
-
getName
Get the name property: The name property.- Returns:
- the name value.
-
getContainerName
Get the containerName property: The containerName property.- Returns:
- the containerName value.
-
getTags
Get the tags property: The tags property.- Returns:
- the tags value.
-