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 Details

    • 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 Details

    • 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.