MsSqlDataBaseTablesTruncate Configurations Table View¶
| Property Path | Type | Required | Default | Description |
|---|---|---|---|---|
ProbeConfiguration |
object or string |
✖ | ||
ProbeConfiguration.ConnectionString |
string |
✔ | The connection string to the database | |
ProbeConfiguration.CommandTimeoutSeconds |
integer or string |
✖ | 30 | The wait time (in seconds) before terminating the attempt to execute the truncate command and generating an error |
ProbeConfiguration.TableNames |
list or string |
✔ | The names of all the tables to truncate, they will be truncated by the order they are given in this list | |
ProbeConfiguration.TableNames[] |
string |
✖ |