IBM COS SDK for JavaScript V2 - v1.0.0
Preparing search index...
clients/client-s3/src
MetadataEntry
Interface MetadataEntry
A metadata key-value pair to store with an object.
interface
MetadataEntry
{
Name
?:
string
;
Value
?:
string
;
}
Index
Properties
Name?
Value?
Properties
Optional
Name
Name
?:
string
Name of the object.
Optional
Value
Value
?:
string
Value of the object.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Name
Value
IBM COS SDK for JavaScript V2 - v1.0.0
Loading...
A metadata key-value pair to store with an object.