Class Tag
Tag is a key-value pair of metadata associated with an S3Object
public class Tag
- Inheritance
-
Tag
- Inherited Members
Constructors
Tag()
public Tag()
Properties
Key
Name of the object key.
public string Key { get; set; }
Property Value
Value
Value of the tag.
public string Value { get; set; }