Class TaggedBlobItem


  • public final class TaggedBlobItem
    extends Object
    Blob info from a Filter Blobs API call.
    • Constructor Detail

      • TaggedBlobItem

        public TaggedBlobItem​(String containerName,
                              String name)
        Constructor to create a new TaggedBlobItem
        Parameters:
        containerName - The container name
        name - The blob name
      • TaggedBlobItem

        public TaggedBlobItem​(String containerName,
                              String name,
                              Map<String,​String> tags)
        Constructor to create a new TaggedBlobItem
        Parameters:
        containerName - The container name
        name - The blob name
        tags - The blob tags
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name property.
        Returns:
        the name value.
      • getContainerName

        public String getContainerName()
        Get the containerName property: The containerName property.
        Returns:
        the containerName value.
      • getTags

        public Map<String,​String> getTags()
        Get the tags property: The tags property.
        Returns:
        the tags value.