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

    Interface MetricsAndOperator

    A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

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

    Properties

    Prefix?: string

    The prefix used when evaluating an AND predicate.

    Tags?: Tag[]

    The list of tags used when evaluating an AND predicate.

    AccessPointArn?: string

    The access point ARN used when evaluating an AND predicate.