Anchorage API reference
    Preparing search index...
    interface BackendSwitchCandidateSnapshot {
        application?: ApplicationBindingTopology;
        artifactVersion: string;
        maintenance: Readonly<{ receipt: string; specDigest: string }>;
        physicalScriptName: string;
        releaseSchemaVersion: number;
        specDigest: string;
        topology?: ExternalReleaseTopology;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Immutable application bindings owned by this release.

    artifactVersion: string
    maintenance: Readonly<{ receipt: string; specDigest: string }>
    physicalScriptName: string
    releaseSchemaVersion: number
    specDigest: string

    Absent only while a planned release still has artifactVersion pending.