Anchorage API reference
    Preparing search index...
    interface PlainBackendSnapshot {
        application?: ApplicationBindingTopology;
        applicationResources: readonly ApplicationR2Resource[];
        artifactVersion: string;
        customDomain: Readonly<{ hostname: string; id: string }>;
        databaseId: string;
        databaseName: string;
        durableObjectBindings: readonly DurableObjectBindingInventory[];
        namespaceIds: readonly string[];
        scriptName: string;
        secretNames: readonly string[];
        specDigest: string;
    }
    Index

    Properties

    applicationResources: readonly ApplicationR2Resource[]
    artifactVersion: string
    customDomain: Readonly<{ hostname: string; id: string }>
    databaseId: string
    databaseName: string
    durableObjectBindings: readonly DurableObjectBindingInventory[]
    namespaceIds: readonly string[]
    scriptName: string
    secretNames: readonly string[]
    specDigest: string