Name | Description | |
---|---|---|
![]() | KnowledgeGraphProvenanceDescription Constructor | Overloaded. |
The following tables list the members exposed by KnowledgeGraphProvenanceDescription.
Name | Description | |
---|---|---|
![]() | KnowledgeGraphProvenanceDescription Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Attributes | Gets the additional attributes for user specified fields to assign to the row in the provenance table. |
![]() | Comment | Gets the comments about the source information. This is optional. |
![]() | DocumentGuid | Gets the guid of a document row. If SourceType is KnowledgeGraphSourceType.Document then the provenance document information can be specified using the guid of a row in the Document table. Otherwise the value is null. |
![]() | DocumentRowHandle | Gets the row handle of a document row. If SourceType is KnowledgeGraphSourceType.Document then the provenance document information can be specified using a RowHandle. This row handle can be an existing row or a "to be created" row in the Document table. |
![]() | PropertyName | Gets the property name that this provenance record describes. |
![]() | RowHandle | Gets the entity or relationship row that this provenance record describes. |
![]() | Source | Gets the source for the provenance information. This could be a document filename (if SourceType is KnowledgeGraphSourceType.Document), a URL or network file path if SourceType is KnowledgeGraphSourceType.URL or the source information itself if SourceType is KnowledgeGraphSourceType.String. |
![]() | SourceName | Gets the name for the source information. This is optional. |
![]() | SourceType | Gets the type of the source information. |