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

SearchApplicationUserStats

import type { SearchApplicationUserStats } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface SearchApplicationUserStats {
date?: Date;
oneDayActiveUsersCount?: bigint;
sevenDaysActiveUsersCount?: bigint;
thirtyDaysActiveUsersCount?: bigint;
}

§Properties

§
date?: Date
[src]

The date for which session stats were calculated. Stats calculated on the next day close to midnight are returned.

§
oneDayActiveUsersCount?: bigint
[src]

The count of unique active users in the past one day

§
sevenDaysActiveUsersCount?: bigint
[src]

The count of unique active users in the past seven days

§
thirtyDaysActiveUsersCount?: bigint
[src]

The count of unique active users in the past thirty days