QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface DatabaseInfo

    Database info from GrantedDBs

    interface DatabaseInfo {
        ancestorAppId?: string;
        dbid: string;
        name: string;
        oldestAncestorAppId?: string;
    }
    Index

    Properties

    ancestorAppId?: string

    Ancestor app ID (if copied from another app)

    dbid: string

    Database ID

    name: string

    Database name

    oldestAncestorAppId?: string

    Oldest ancestor app ID