Interface DataSourceUnitConfig

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

Properties

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