Interface UpdateDataSourceInstanceRequest

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

Properties

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