interface RetentionRule {
    everySeconds: number;
    shardGroupDurationSeconds?: number;
    type?: "expire";
}

Properties

everySeconds: number

The duration in seconds for how long data will be kept in the database. The default duration is 2592000 (30 days). 0 represents infinite retention.

shardGroupDurationSeconds?: number

The shard group duration. The duration or interval (in seconds) that each shard group covers.

  • Does not use shardGroupDurationsSeconds.
type?: "expire"
MMNEPVFCICPMFPCPTTAAATR