Anchorage API reference
    Preparing search index...
    interface PlatformPlaneLease {
        mutationLeaseTtlMs: number;
        resourceSetKey: string;
        assertOwned(): Promise<void>;
        renew(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mutationLeaseTtlMs: number

    Full lease lifetime after a successful assertion or renewal.

    resourceSetKey: string

    Methods