public KnowledgeGraphProvenanceDescription( RowHandle rowHandle, string propertyName, Guid documentGuid, string sourceName, string comment, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal rowHandle As RowHandle, _ ByVal propertyName As String, _ ByVal documentGuid As Guid, _ 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.
- documentGuid
- GlobalId of the document row.
- 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.