Typescript SDK Type Docs
    Preparing search index...

    Interface TimeToLiveRetentionPolicy

    Set a time to live retention policy for the ImportContainer.

    interface TimeToLiveRetentionPolicy {
        config: TimeToLiveConfig;
        strategy: "ttl";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The configuration of the time to live retention policy.

    strategy: "ttl"

    The strategy of the retention policy. Used to determine how the ImportContainer should be retained.