Interface FindDataSourceSyncsQuery

interface FindDataSourceSyncsQuery {
    userId?: string;
    dataSourceId?: string;
    dataSourceInstanceId?: string;
    integrationId?: string;
    connectionId?: string;
    startedAfter?: string;
    limit?: number;
    cursor?: string;
}

Hierarchy (view full)

Properties

userId?: string
dataSourceId?: string
dataSourceInstanceId?: string
integrationId?: string
connectionId?: string
startedAfter?: string
limit?: number
cursor?: string