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

DomainMetadataResult

import type { DomainMetadataResult } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface DomainMetadataResult {
AttributeNameCount?: number | null;
AttributeNamesSizeBytes?: number | null;
AttributeValueCount?: number | null;
AttributeValuesSizeBytes?: number | null;
ItemCount?: number | null;
ItemNamesSizeBytes?: number | null;
Timestamp?: number | null;
}

§Properties

§
AttributeNameCount?: number | null
[src]

The number of unique attribute names in the domain.

§
AttributeNamesSizeBytes?: number | null
[src]

The total size of all unique attribute names in the domain, in bytes.

§
AttributeValueCount?: number | null
[src]

The number of all attribute name/value pairs in the domain.

§
AttributeValuesSizeBytes?: number | null
[src]

The total size of all attribute values in the domain, in bytes.

§
ItemCount?: number | null
[src]

The number of all items in the domain.

§
ItemNamesSizeBytes?: number | null
[src]

The total size of all item names in the domain, in bytes.

§
Timestamp?: number | null
[src]

The data and time when metadata was calculated, in Epoch (UNIX) seconds.