Typescript SDK Type Docs
    Preparing search index...

    Interface TimeToLiveConfig

    interface TimeToLiveConfig {
        timeToLive: string;
    }
    Index

    Properties

    Properties

    timeToLive: string

    The time to live of the ImportContainer. Used to generate the expiresAt value of the ImportContainer. The lowest accepted value is 1h and the highest accepted value is 30d.