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

    Interface IntelligentTieringAndOperator

    A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

    interface IntelligentTieringAndOperator {
        Prefix?: string;
        Tags?: Tag[];
    }
    Index

    Properties

    Properties

    Prefix?: string

    An object key name prefix that identifies the subset of objects to which the configuration applies.

    Tags?: Tag[]

    All of these tags must exist in the object's tag set in order for the configuration to apply.