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

DomainStats

import type { DomainStats } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";

Usage-specific statistics about the domain.

interface DomainStats {
MeteringProfileCount?: number | null;
ObjectCount?: number | null;
ProfileCount?: number | null;
TotalSize?: number | null;
}

§Properties

§
MeteringProfileCount?: number | null
[src]

The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

§
ObjectCount?: number | null
[src]

The total number of objects in domain.

§
ProfileCount?: number | null
[src]

The total number of profiles currently in the domain.

§
TotalSize?: number | null
[src]

The total size, in bytes, of all objects in the domain.