Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelationshipProperties

Hierarchy

  • RelationshipProperties

Index

Properties

Optional cardinality

cardinality: "one-to-one" | "one-to-many" | "many-to-many"

The cardinality which specifies the number of objects in the origin FeatureLayer related to the number of objects in the destination FeatureLayer.

Read more...

Optional composite

composite: boolean

Indicates whether the relationship is composite.

Read more...

Optional id

id: number

The unique ID for the relationship.

Read more...

Optional keyField

keyField: string

The field used to establish the relate within the FeatureLayer.

Read more...

Optional keyFieldInRelationshipTable

keyFieldInRelationshipTable: string

The key field in an attributed relationship class table that matches the keyField.

Read more...

Optional name

name: string

The name of the relationship.

Read more...

Optional relatedTableId

relatedTableId: number

The unique ID of the related FeatureLayer.

Read more...

Optional relationshipTableId

relationshipTableId: number

The relationship table id.

Read more...

Optional role

role: "origin" | "destination"

Indicates whether the table participating in the relationship is the origin or destination table.

Read more...

Generated using TypeDoc