| Name | Type | Description | Notes |
|---|---|---|---|
| Type_ | string | [default to null] | |
| Keyspace | string | keyspace to scrub | [default to null] |
| Tables | []string | tables to scrub, empty or not provided will scrub all tables in respective keyspace | [optional] [default to null] |
| Jobs | int32 | number of sstables to scrub simultanously, set to 0 to use all available compaction threads | [optional] [default to null] |
| DisableSnapshot | bool | scrubbed CFs will be snapshotted first, defaults to false | [optional] [default to null] |
| SkipCorrupted | bool | skip corrupted partitions even when scrubbing counter tables, defaults to false | [optional] [default to null] |
| NoValidate | bool | do not validate columns using column validator, defaults to false | [optional] [default to null] |
| ReinsertOverflowedTTL | bool | Rewrites rows with overflowed expiration date affected by CASSANDRA-14092 with the maximum supported expiration date of 2038-01-19T03:14:06+00:00. The rows are rewritten with the original timestamp incremented by one millisecond to override/supersede any potential tombstone that may have been generated during compaction of the affected rows. | [optional] [default to null] |