ISPO SDK
    Preparing search index...

    Interface LifecyclePolicyPreferences

    Markdown
    interface LifecyclePolicyPreferences {
        maxIdleBeforeFreezeMs?: number;
        okToFreeze?: boolean;
        okToSnapshot?: boolean;
        preferStaying?: string;
        [key: string]: LifecyclePolicyValue;
    }

    Hierarchy

    Indexable

    Index
    maxIdleBeforeFreezeMs?: number
    okToFreeze?: boolean
    okToSnapshot?: boolean
    preferStaying?: string