Table of Contents

Class MetadataEntry

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

A metadata key-value pair to store with an object.

public class MetadataEntry
Inheritance
MetadataEntry
Inherited Members

Constructors

MetadataEntry()

public MetadataEntry()

Properties

Name

Key of metadata key-value pair

public string Name { get; set; }

Property Value

string

Value

Value of metadata key-value pair

public string Value { get; set; }

Property Value

string