Interface ConnectorUdmCollectionMapping

interface ConnectorUdmCollectionMapping {
    key: string;
    parameters?: Record<string, any>;
    type?: DataLocationType;
    fieldsToCollection?: any;
    fieldsFromCollection?: any;
}

Hierarchy (view full)

Properties

key: string
parameters?: Record<string, any>
fieldsToCollection?: any
fieldsFromCollection?: any