Name: | Name of the new sequence. |
Start value: | Value to start the sequence with. |
Minimum Value: | Minimum value for sequence returns. |
Maximum value: | Maximum value for sequence returns. |
Increment: | Value by which to increment or decrement the next return. |
Cache: | Number of values to keep in cache memory. Increases performance. |
Cycle: | If enabled, the sequence shall start again at the minimum value after reaching the maximum value. |
Engine: | Table engine for the sequence. |
Comment: | Comment to be stored for the sequence. |