Member Junction
    Preparing search index...

    Describes an object/table discovered in the external system

    interface DiscoveredObjectResult {
        Label: string;
        Name: string;
        SupportsIncrementalSync: boolean;
        SupportsWrite: boolean;
    }
    Index

    Properties

    Label: string
    Name: string
    SupportsIncrementalSync: boolean
    SupportsWrite: boolean