A record returned from the sync endpoint

interface SyncRecordItem {
    createdTime: Date;
    externalId: string;
    lastUpdatedTime: Date;
    properties?: RecordProperties;
    space: string;
    status: SyncRecordStatus;
}

Properties

createdTime: Date
externalId: string
lastUpdatedTime: Date
properties?: RecordProperties

Properties are omitted for deleted records in mutable streams

space: string