Interface
Table definition for an extended property table.
Properties
Property | Type | Notes |
---|---|---|
extendedPropertyDefinitions inherited | Properties associated with the table. | |
featureServiceProperties inherited | Feature service properties for tables created from feature services or Survey123 forms. | |
boolean | Indicates whether the table is being used by two or more job templates. If not specified, defaults to | |
relationshipType inherited | Relationship type for the table. | |
tableAlias inherited | string | Table alias. |
tableName inherited | string | Table name. Table names must be unique. |
number | Order by which the extended property table should appear in a job template. |
extendedPropertyDefinitions
extendedPropertyDefinitions: ExtendedPropertyDefinition[]
Properties associated with the table.
featureServiceProperties
featureServiceProperties: FeatureServiceProperties
Feature service properties for tables created from feature services or Survey123 forms.
isAssociated
isAssociated: boolean
Indicates whether the table is being used by two or more job templates. If not specified, defaults to false
.
relationshipType
relationshipType: ExtendedPropertyTableRelationshipType
Relationship type for the table.
tableName
tableName: string
Table name. Table names must be unique.