Interface UpdateDataSourceInstanceRequest

interface UpdateDataSourceInstanceRequest {
    path?: string;
    collectionKey?: string;
    collectionParameters?: any;
    pullUpdatesIntervalSeconds?: number;
    fullSyncIntervalSeconds?: number;
    subscribedTo?: { created?: boolean; updated?: boolean; deleted?: boolean };
}

Properties

path?: string
collectionKey?: string
collectionParameters?: any
pullUpdatesIntervalSeconds?: number
fullSyncIntervalSeconds?: number
subscribedTo?: { created?: boolean; updated?: boolean; deleted?: boolean }