Skip to main content

change_record_from_entity

Function change_record_from_entity 

Source
pub fn change_record_from_entity(
    lsn: u64,
    timestamp: u64,
    operation: ChangeOperation,
    collection: impl Into<String>,
    entity_kind: impl Into<String>,
    entity: &UnifiedEntity,
    format_version: u32,
    metadata: Option<Value>,
) -> ChangeRecord