Member Junction
    Preparing search index...

    Interface ExternalSchemaDescriptor

    The result of introspecting a remote source's schema.

    interface ExternalSchemaDescriptor {
        Database?: string;
        Objects: ExternalSchemaObject[];
    }
    Index

    Properties

    Properties

    Database?: string

    Source-level identifier the schema was read from (database/catalog/namespace).