Integration App React - v2.21.0

    Interface UpdateDataSourceInstanceRequest

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

    Properties

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