ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphProvenanceDescription Class
Properties


In This Topic
    KnowledgeGraphProvenanceDescription Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphProvenanceDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the additional attributes for user specified fields to assign to the row in the provenance table.  
    Public Property Gets the comments about the source information. This is optional.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public Property Gets the property name that this provenance record describes.  
    Public Property Gets the entity or relationship row that this provenance record describes.  
    Public PropertyGets 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.  
    Public Property Gets the name for the source information. This is optional.  
    Public Property Gets the type of the source information.  
    Top
    See Also