vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ExternalDataSrcDescriptorMetadata

    interface ExternalDataSrcDescriptorMetadata {
        customObject?: string;
        descriptor: string;
        descriptorVersion?: string;
        developerName: string;
        externalDataSource: string;
        fullName?: string;
        subtype: ExternalDataSrcDescSubtype;
        systemVersion: number;
        type: "Schema";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customObject?: string
    descriptor: string
    descriptorVersion?: string
    developerName: string
    externalDataSource: string
    fullName?: string
    systemVersion: number
    type: "Schema"