public final class AuditCommand extends Object
Command builder for audit commands.
audit retrieves the log of changes to a record or a key within a
record, optionally bounded by one or two timestamps.
audit <record> audit <record> from <start> audit <record> from <start> to <end> audit <key> in <record> audit <key> in <record> from <start> audit <key> in <record> from <start> to <end>
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditCommand.KeyRecordRangeState
The terminal state for a key-scoped
audit command that includes
both a start and end Timestamp. |
static class |
AuditCommand.KeyRecordState
The terminal state for a key-scoped
audit command after
specifying the key and record. |
static class |
AuditCommand.KeyRecordTimestampState
The terminal state for a key-scoped
audit command that includes a
start Timestamp. |
static class |
AuditCommand.KeyState
The state after specifying the key for the
audit command. |
static class |
AuditCommand.RecordRangeState
The terminal state for a record-scoped
audit command that
includes both a start and end Timestamp. |
static class |
AuditCommand.RecordState
The terminal state for a record-scoped
audit command. |
static class |
AuditCommand.RecordTimestampState
The terminal state for a record-scoped
audit command that
includes a start Timestamp. |