Deletes old audit logs based on retention policy, excluding deprecated connection events (connect, disconnect, open, close) which are handled separately by DeleteOldAuditLogConnectionEvents.
(ctx context.Context, arg DeleteOldAuditLogsParams)
| 163 | // connection events (connect, disconnect, open, close) which are handled |
| 164 | // separately by DeleteOldAuditLogConnectionEvents. |
| 165 | DeleteOldAuditLogs(ctx context.Context, arg DeleteOldAuditLogsParams) (int64, error) |
| 166 | // Deletes boundary logs older than the given time, bounded by a row limit |
| 167 | // to avoid long-running transactions. |
| 168 | DeleteOldBoundaryLogs(ctx context.Context, arg DeleteOldBoundaryLogsParams) (int64, error) |
no outgoing calls