Overload | Description |
---|---|
KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,KnowledgeGraphSourceType,String,String,String,IReadOnlyDictionary<String,Object>) | Creates a new instance of a KnowledgeGraphProvenanceDescription. |
KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,Guid,String,String,IReadOnlyDictionary<String,Object>) | Creates a new instance of a KnowledgeGraphProvenanceDescription. Use this constructor for creating provenance records where the Source Type will be set to KnowledgeGraphSourceType.Document and the document is specified using a globalID of a row in the Document table. |
KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,RowHandle,String,String,IReadOnlyDictionary<String,Object>) | Creates a new instance of a KnowledgeGraphProvenanceDescription. Use this constructor for creating provenance records where the Source Type will be set to KnowledgeGraphSourceType.Document and the document is specified using a RowHandle of an existing row or a "to be created" row in the Document table. |