public KnowledgeGraphProvenanceDescription( RowHandle rowHandle, string propertyName, RowHandle documentRowHandle, string sourceName, string comment, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal rowHandle As RowHandle, _ ByVal propertyName As String, _ ByVal documentRowHandle As RowHandle, _ 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. Note that this is case-sensitive. You must specify the property name as it is defined in the source table.
- documentRowHandle
- The row (existing or future) of the document information from the Document table.
- 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.