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

ChangeStreamConfig

import type { ChangeStreamConfig } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Change stream configuration.

interface ChangeStreamConfig {
retentionPeriod?: number;
}

§Properties

§
retentionPeriod?: number
[src]

How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.