Interface PruneTerminalOfflineEditsOptions

interface PruneTerminalOfflineEditsOptions {
    authorizationScopeDigest: `sha256:${string}`;
    limit?: number;
    sourceId: string;
    terminalBefore: string;
}

Hierarchy (view full)

Properties

authorizationScopeDigest: `sha256:${string}`
limit?: number

Defaults to 100 and cannot exceed 100.

sourceId: string
terminalBefore: string

Remove terminal records updated at or before this normalized timestamp.