import GraphUpdatePropertyResult from "@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js";const GraphUpdatePropertyResult = await $arcgis.import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");- Inheritance:
- GraphUpdatePropertyResult→
GraphDataModelOperationResult→ Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.33
Result returned after updating a graph property on an entity type or relationship type in a knowledge graph data model.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
decoderError inherited | ||
results inherited | ||
resultsCount inherited | ||
updatedKnowledgeGraph inherited |
decoderError
inherited Property
Inherited from: GraphDataModelOperationResult
Any errors encountered while decoding the results.
results
inherited Property
- Type
- Array<ResultsObject>
Inherited from: GraphDataModelOperationResult
Information about the add, update or delete modifications made to the data model.
resultsCount
inherited Property
- Type
- number
Inherited from: GraphDataModelOperationResult
The number of modifications made to the graph.
- Default value
- 0
updatedKnowledgeGraph
inherited Property
- Type
- KnowledgeGraph | null
Inherited from: GraphDataModelOperationResult
The updated knowledge graph with the applied additions, updates, and deletions.