public final class TaggedBlobItem extends Object
| Constructor and Description |
|---|
TaggedBlobItem(String containerName,
String name)
Constructor to create a new TaggedBlobItem
|
TaggedBlobItem(String containerName,
String name,
Map<String,String> tags)
Constructor to create a new TaggedBlobItem
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerName()
Get the containerName property: The containerName property.
|
String |
getName()
Get the name property: The name property.
|
Map<String,String> |
getTags()
Get the tags property: The tags property.
|
public TaggedBlobItem(String containerName, String name)
containerName - The container namename - The blob nameCopyright © 2021 Microsoft Corporation. All rights reserved.