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

    Interface AnalyticsAndOperator

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

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

    Properties

    Properties

    Prefix?: string

    The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.

    Tags?: Tag[]

    The list of tags to use when evaluating an AND predicate.