Interface
Table definition for an extended property table.
Properties
Property | Type | Notes |
---|---|---|
extendedPropertyDefinitions inherited | ExtendedPropertyDefinition[] | Properties associated with the table. |
featureServiceProperties inherited | FeatureServiceProperties | Feature service properties for tables created from feature services or Survey123 forms. |
isAssociated | boolean | Indicates whether the table is being used by two or more job templates. If not specified, defaults to |
relationshipType inherited | ExtendedPropertyTableRelationshipType | Relationship type for the table. |
tableAlias inherited | string | Table alias. |
tableName inherited | string | Table name. Table names must be unique. |
tableOrder | 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.