Type alias TtlIndex

TtlIndex: GenericIndex & {
    expireAfter: number;
    fields: [string];
    selectivityEstimate: number;
    type: "ttl";
}

An object representing a TTL index.

Generated using TypeDoc