Record to write/ingest into a stream

interface RecordWrite {
    externalId: string;
    sources: RecordData[];
    space: string;
}

Properties

externalId: string

External ID of the record

sources: RecordData[]

List of source properties to write

space: string

The space that the record belongs to