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

Properties

everySeconds: number

The number of seconds to keep data. Default duration is 2592000 (30 days). 0 represents infinite retention.

shardGroupDurationSeconds?: number

The shard group duration. The number of seconds that each shard group covers.

  • Doesn't use shardGroupDurationsSeconds.
type?: "expire"
MMNEPVFCICPMFPCPTTAAATR