CopyStormJobSequence Table
The CopyStormJobSequence table is used to support a database-independent approach for generating integer sequence values. When creating new jobs or tasks within the application, the counter stored in the value field on this table for different object counter is utilized. For example, the name field can have the name CopyStormJob, and whenever a new CopyStormJob record is created, the integer stored in the value field will be utilized for the job id.
The following table describes each field in the CopyStormJobSequence table:
Column Name | Data Type | Required | Description |
---|---|---|---|
name | varchar | Yes | The name of the object associated with the counter. |
value | integer | Yes | The current counter utilized for the next job. |