Name | Description | |
---|---|---|
KnowledgeGraph Constructor | Opens a knowledge graph datastore with a KnowledgeGraphConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run. |
The following tables list the members exposed by KnowledgeGraph.
Name | Description | |
---|---|---|
KnowledgeGraph Constructor | Opens a knowledge graph datastore with a KnowledgeGraphConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
ApplyEdits | Executes the action delegate as a single transaction. The transaction either completes successfully or is aborted and rolled back. This method must be called on the MCT. Use QueuedTask.Run. | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetConnectionString | Gets the connection string associated with the currently opened data store (e.g., an enterprise geodatabase). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetConnector | Overridden. Gets the ArcGIS.Core.Data.Connector associated with the currently opened knowledge graph data store. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDataModel | Gets the KnowledgeGraphDataModel for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDefinition<T> | Gets the ArcGIS.Core.Data.TableDefinition or ArcGIS.Core.Data.FeatureClassDefinition associated with name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDefinitions<T> | Gets an IReadOnlyList of specific ArcGIS.Core.Data.Definition instances associated with each dataset of type T in the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPath | Gets the path to the currently opened data store (e.g., an enterprise geodatabase .sde connection file). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetSpatialReference | Gets the spatial reference of the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSQLSyntax | Gets the gateway to access information about the SQL syntax and other functionality supported by this ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetSupportedSearchTargets | Gets the supported search targets for the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
HasEdits | Determines whether the currently opened data store (e.g., an enterprise geodatabase) has any pending edits which have not been saved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore) | |
OpenDataset<T> | Gets a specific ArcGIS.Core.Data.Dataset instance associated with name of type T in the knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
SubmitQuery | Performs an openCypher query on the knowledge graph using the given KnowledgeGraphQueryFilter. This method must be called on the MCT. Use QueuedTask.Run. | |
SubmitSearch | Perform a text search on the knowledge graph using the given KnowledgeGraphSearchFilter. This method must be called on the MCT. Use QueuedTask.Run. |