Class | Description | |
---|---|---|
KnowledgeGraph | Represents a Knowledge Graph datastore. | |
KnowledgeGraphArrayValue | Represents an array of knowledge graph values in a KnowledgeGraph. | |
KnowledgeGraphConnectionProperties | Represents the properties used to connect to a knowledge graph datastore. | |
KnowledgeGraphCursor | Represents an object returned by a query or text search performed on a knowledge graph. | |
KnowledgeGraphDataModel | Represents the data model for the knowledge graph. | |
KnowledgeGraphEndPoint | Represents an end point for a relationship type in the data model. | |
KnowledgeGraphEntityType | Represents an entity type in the knowledge graph. | |
KnowledgeGraphEntityValue | Represents a knowledge graph entity. | |
KnowledgeGraphExtensions | Extension methods for use with KnowledgeGraph | |
KnowledgeGraphIdentifierGeneration | Represents an object containing information about how the knowledge graph service generates unique identifiers. | |
KnowledgeGraphIdentifierInfo | Abstract base class representing information about unique identifiers in the knowledge graph. Concrete subclasses include KnowledgeGraphNativeIdentifier and KnowledgeGraphUniformIdentifier. | |
KnowledgeGraphNamedObjectType | Abstract base class representing a named object type. Concrete subclasses include KnowledgeGraphEntityType and KnowledgeGraphRelationshipType. | |
KnowledgeGraphNamedObjectValue | Represents a named object value from a KnowledgeGraph. Named objects can be either entities or relationships. | |
KnowledgeGraphNativeIdentifier | Represents a unique identifier information object for a knowledge graph that uses the database native identifier as the unique identifier for entities and relationships. | |
KnowledgeGraphObjectValue | Represents an anonymous object value in a KnowledgeGraph. | |
KnowledgeGraphPathValue | Represents a path value in a knowledge graph. | |
KnowledgeGraphPrimitiveValue | Represents a primitive value in a KnowledgeGraph. | |
KnowledgeGraphProperty | Represents a knowledge graph property. | |
KnowledgeGraphPropertyInfo | Class representing information about the names of the unique identifer properties in a knowledge graph. See KnowledgeGraph.GetPropertyNameInfo. | |
KnowledgeGraphQueryFilter | Represents a filter for performing a query against a KnowledgeGraph. | |
KnowledgeGraphRelationshipType | Represents a relationship type in the knowledge graph. | |
KnowledgeGraphRelationshipValue | Represents a knowledge graph relationship. | |
KnowledgeGraphRow | Represents a row from a KnowledgeGraphCursor. | |
KnowledgeGraphSearchFilter | Represents a filter for performing a full text search against a KnowledgeGraph. | |
KnowledgeGraphServerError | Represents an error object returned from a knowledge graph service. | |
KnowledgeGraphUniformIdentifier | Represents a unique identifier information object for a knowledge graph that uses a uniform property as the unique identifier for entities and relationships. | |
KnowledgeGraphValue | Abstract base class for all kKnowledge graph values. | |
ProvenancePropertyInfo | Class representing information about the names of the unique identifer provenance properties in a knowledge graph. See KnowledgeGraphPropertyInfo.SupportsProvenance, KnowledgeGraphPropertyInfo.ProvenancePropertyInfo and KnowledgeGraph.GetPropertyNameInfo. |