deploymentsMapReduce
Tracks the MapReduce jobs related to deployments, used for processing large amounts of data in a distributed fashion within the deployment process.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment event. | |
| concurrencylimit | String | The limit on the number of concurrent processes or tasks that can run during the deployment, ensuring resource management. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now active in the system. | |
| loglevel | String | The level of logging detail for the deployment, such as 'Debug', 'Info', 'Warning', or 'Error'. | |
| oldrecordtype | String | The previous record type before the deployment, used for tracking changes or updates to records. | |
| owner | String | The individual or system that owns and manages the deployment process. | |
| primarykey | String | The primary key that uniquely identifies a record in the deployment, ensuring the uniqueness and integrity of the record. | |
| processorpool | String | The pool of processors or servers allocated for handling the deployment, used to manage resources. | |
| scriptid | String | The unique identifier for the script associated with the deployment, often used for automation and execution. | |
| seqnum | Double | A sequence number indicating the order of the deployment or tasks within a series. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', or 'Completed'. | |
| title | String | The title or name of the deployment, used for categorization and easy identification. |