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

AggregatedData

import type { AggregatedData } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Aggregated data for the RegistryBook.

interface AggregatedData {
readonly customRangesCount?: number;
readonly customRealmsCount?: number;
readonly discoveredRangesCount?: number;
readonly discoveredRealmsCount?: number;
readonly uniqueScopesCount?: number;
}

§Properties

§
readonly customRangesCount?: number
[src]

Output only. Number of custom ranges in the RegistryBook.

§
readonly customRealmsCount?: number
[src]

Output only. Number of custom realms in the RegistryBook.

§
readonly discoveredRangesCount?: number
[src]

Output only. Number of discovered ranges in the RegistryBook.

§
readonly discoveredRealmsCount?: number
[src]

Output only. Number of discovered realms in the RegistryBook.

§
readonly uniqueScopesCount?: number
[src]

Output only. Number of scopes unique to the RegistryBook.