Filter SQL—An optional SQL expression that will be used to determine whether the sequence will be applied to the row.
Description—An optional description of the entry that will be added to the rule settings in the attribute rule.
Sequence Name—The name that will be assigned to the database sequence. For enterprise geodatabases, the name must meet sequence name requirements for the database platform you're using and must be unique in the database. For file geodatabases, the name must be unique to the file geodatabase.
Starting Value—The starting number of the sequence. If you do not provide a starting number, the sequence will start at 1. If you do provide a starting number, it must be greater than 0.
Increment Value—Describes how the sequence numbers will be incremented. For example, if the sequence starts at 10 and the increment value is 5, the next value in the sequence is 15, and the next value after that is 20. If you do not specify an increment value, sequence values will increment by 1.
Prefix—An optional string or value that will be placed before the sequence value.
Suffix—An optional string or value that will be placed after the sequence value.
Padding—An optional positive number that represents the number of digits in which zeros will be used to fill the unused digits. For example, a value of 5 will represent the sequence value of 1 as 00001.
Separator—An optional value that will be used to join the prefix, sequence, and suffix.
Sequence by lookup—An optional value that will be used to create unique sequences for each distinct value in the field.
Value Table
ID 定义表
(可选)
定义 ID 格式的表或记录集。 这包括 SQL 表达式,该表达式将用于为每个资产应用不同的格式和序列以及填充、前缀和后缀值。
Filter SQL—An optional SQL expression that will be used to determine whether the sequence will be applied to the row.
Description—An optional description of the entry that will be added to the rule settings in the attribute rule.
Sequence Name—The name that will be assigned to the database sequence. For enterprise geodatabases, the name must meet sequence name requirements for the database platform you're using and must be unique in the database. For file geodatabases, the name must be unique to the file geodatabase.
Starting Value—The starting number of the sequence. If you do not provide a starting number, the sequence will start at 1. If you do provide a starting number, it must be greater than 0.
Increment Value—Describes how the sequence numbers will be incremented. For example, if the sequence starts at 10 and the increment value is 5, the next value in the sequence is 15, and the next value after that is 20. If you do not specify an increment value, sequence values will increment by 1.
Prefix—An optional string or value that will be placed before the sequence value.
Suffix—An optional string or value that will be placed after the sequence value.
Padding—An optional positive number that represents the number of digits in which zeros will be used to fill the unused digits. For example, a value of 5 will represent the sequence value of 1 as 00001.
Separator—An optional value that will be used to join the prefix, sequence, and suffix.
Sequence by lookup—An optional value that will be used to create unique sequences for each distinct value in the field.
Value Table
id_table
(可选)
定义 ID 格式的表或记录集。 这包括 SQL 表达式,该表达式将用于为每个资产应用不同的格式和序列以及填充、前缀和后缀值。