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

GetCardinalityRequest

import type { GetCardinalityRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface GetCardinalityRequest {
aggregationField?: string | null;
indexName?: string | null;
queryString: string;
queryVersion?: string | null;
}

§Properties

§
aggregationField?: string | null
[src]

The field to aggregate.

§
indexName?: string | null
[src]

The name of the index to search.

§
queryString: string
[src]

The search query string.

§
queryVersion?: string | null
[src]

The query version.