Job names and identifiers
A job name is a name that you specify when you submit a job. Teracloud® Streams also assigns a job identifier (ID).
- The name must be unique within the instance.
- The name must contain alphanumeric characters.
- The name must not use the following alphanumeric characters:
^!#$%&'*+,/;<>=?@[]`{|}~()
. - The name must not use the following Unicode and hexadecimal characters:
u0000
;u0001-u001F
;u007F-u009F
;ud800-uF8FF
;uFFF0-uFFFF
;x{10000}-x{10FFFF}
. - The maximum length of the name must be under 1 KB.
The job ID is an integer that Teracloud® Streams assigns to a job. It is unique within the instance. You cannot specify or change the job ID. In general, the job IDs increase in the order that the jobs were submitted. After a job is canceled, its job ID cannot be reused until the instance stops and restarts.