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. | |
AreDatastorePropertiesSupported | Gets a value indicating whether this datastore supports datastore properties. (Inherited from ArcGIS.Core.Data.Datastore) | |
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. | |
GetDatastoreProperties | Gets the datastore properties of the datastore. (Inherited from ArcGIS.Core.Data.Datastore) | |
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. | |
GetDomains | Gets all the ArcGIS.Core.Data.Domain in this 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) | |
GetPropertyNameInfo | Gets the object containing the unique identifier property names in this knowledge graph. This method must be called on the MCT. Use QueuedTask.Run. | |
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. | |
TransformToIDs | Translates a set of objectIDs for a Knowledge Graph type into IDs. This method must be called on the MCT. Use QueuedTask.Run. | |
TransformToObjectIDs | Translates a set of ids for a Knowledge Graph type into objectIDs. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
ApplySchemaEdits | Addins should use the knowledge graph ApplySchemaEdits() call to execute enqueued schema operations on ArcGIS.Core.Data.DDL.SchemaBuilder rather than ArcGIS.Core.Data.DDL.SchemaBuilder.Build. This method must be called on the MCT. Use QueuedTask.Run. |