Properties that can be passed into the constructor for tasks/query/ArcGISRelationship!ArcGISRelationship.

interface ArcGISRelationshipProperties {
    $relationshipType?: string;
    cardinality?: Cardinality;
    destinationForeignKey?: string;
    failureMode?: FailureMode;
    id?: string;
    keyField: string;
    originForeignKey?: string;
    queryService?: QueryService;
    relatedKeyField?: string;
    relatedSource: FeatureSource;
    relationshipTableId?: number;
    title?: string;
}

Hierarchy (view full)

Properties

$relationshipType?: string
cardinality?: Cardinality
destinationForeignKey?: string
failureMode?: FailureMode
id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

keyField: string
originForeignKey?: string
queryService?: QueryService
relatedKeyField?: string
relatedSource: FeatureSource
relationshipTableId?: number
title?: string