public KnowledgeGraphProvenanceDescription( RowHandle rowHandle, string propertyName, KnowledgeGraphSourceType sourceType, string source, string sourceName, string comment, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal rowHandle As RowHandle, _ ByVal propertyName As String, _ ByVal sourceType As KnowledgeGraphSourceType, _ ByVal source As String, _ Optional ByVal sourceName As String, _ Optional ByVal comment As String, _ Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _ )
Parameters
- rowHandle
- The row (existing or future) that this provenance information describes.
- propertyName
- The property name that this provenance record describes.
- sourceType
- The provenance source type.
- source
- The source. If sourceType is KnowledgeGraphSourceType.Document this can be a document name, if sourceType is KnowledgeGraphSourceType.URL this can be a website or file on the internet or network. If sourceType is KnowledgeGraphSourceType.String then this can be any text; for example the text that comprises the source material itself or instructions for accessing the source material.
- sourceName
- (Optional). Name for the source information.
- comment
- (Optional). Comments about the source information.
- attributes
- (Optional). The additional attributes for user specified fields to assign the new row in the provenance table.