MCPcopy Create free account
hub / github.com/Countly/countly-server / TTLCollection

Interface TTLCollection

types/pluginManager.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3/** TTL Collection configuration */
4export interface TTLCollection {
5 collection: string;
6 db: Db;
7 property: string;
8 expireAfterSeconds: number;
9}
10
11/** Database configuration files mapping */
12export interface DbConfigFiles {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected