Integration App SDK - v1.14.0
    Preparing search index...

    Interface DataSourceUnitConfig

    interface DataSourceUnitConfig {
        key?: string;
        collectionKey?: any;
        collectionParameters?: any;
        udm?: any;
        path?: string;
        pullUpdatesIntervalSeconds?: number;
        fullSyncIntervalSeconds?: number;
    }
    Index

    Properties

    key?: string
    collectionKey?: any
    collectionParameters?: any
    udm?: any
    path?: string
    pullUpdatesIntervalSeconds?: number
    fullSyncIntervalSeconds?: number