ProbeConfiguration |
object or string |
✖ |
|
|
ProbeConfiguration.CollectionName |
string |
✔ |
|
Name of the collection in the database to perform the operation on |
ProbeConfiguration.ConnectionString |
string |
✔ |
|
Connection string to the MongoDB server |
ProbeConfiguration.DatabaseName |
string |
✔ |
|
Name of the database to perform the operation on |
ProbeConfiguration.ChunkSize |
integer or string or null |
✖ |
|
Chunk size of the data to process, This represents the number of documents to process in a single operation. If not specified, all data will be processed in a single chunk. |
ProbeConfiguration.UseGlobalDict |
string or true/false |
✖ |
False |
When true, missing MongoDB probe configuration keys can be resolved from the shared global dictionary before local values are applied. |