Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AnalyticsAndOperator

import type { AnalyticsAndOperator } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

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 | null;
Tags?: Tag[] | null;
}

§Properties

§
Prefix?: string | null
[src]

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[] | null
[src]

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