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

SelectionCriteria

import type { SelectionCriteria } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface SelectionCriteria {
Delimiter?: string | null;
MaxDepth?: number | null;
MinStorageBytesPercentage?: number | null;
}

§Properties

§
Delimiter?: string | null
[src]

A container for the delimiter of the selection criteria being used.

§
MaxDepth?: number | null
[src]

The max depth of the selection criteria

§
MinStorageBytesPercentage?: number | null
[src]

The minimum number of storage bytes percentage whose metrics will be selected.

Note: You must choose a value greater than or equal to 1.0.