Interface OfflineEditAuditEvent

interface OfflineEditAuditEvent {
    at: string;
    attempt: number;
    conflictId?: string;
    kind: OfflineEditAuditEventKind;
    reasonCode?: string;
    resolutionChoice?: OfflineEditConflictResolutionChoice;
    sequence: number;
    serverGeneration?: string;
    serverOperationId?: string;
    workerId?: string;
}

Properties

at: string
attempt: number
conflictId?: string
reasonCode?: string

Present on conflict-resolved: how the reviewer closed the conflict.

sequence: number
serverGeneration?: string
serverOperationId?: string
workerId?: string