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

GoogleCloudDatacatalogV1UsageSignal

import type { GoogleCloudDatacatalogV1UsageSignal } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

interface GoogleCloudDatacatalogV1UsageSignal {
commonUsageWithinTimeRange?: {};
favoriteCount?: bigint;
updateTime?: Date;
readonly usageWithinTimeRange?: {};
}

§Properties

§
commonUsageWithinTimeRange?: {}
[src]

Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.

§
favoriteCount?: bigint
[src]

Favorite count in the source system.

§
updateTime?: Date
[src]

The end timestamp of the duration of usage statistics.

§
readonly usageWithinTimeRange?: {}
[src]

Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.