IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface MetadataEntry

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

    interface MetadataEntry {
        Name?: string;
        Value?: string;
    }
    Index

    Properties

    Properties

    Name?: string

    Name of the object.

    Value?: string

    Value of the object.