ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphSearchFilter Class


In This Topic
    KnowledgeGraphSearchFilter Class Properties
    In This Topic

    For a list of all members of this type, see KnowledgeGraphSearchFilter members.

    Public Properties
     NameDescription
    Public Property Gets or sets the maximum number of rows returned by the search. The default value is 100.  
    Public Property Gets or sets the index of the first result to return. The default value is 0.  
    Public Property Gets or sets whether to include search context fields. The default value is false.  
    Public PropertyGets or sets the target of the search. The default value is KnowledgeGraphNamedTypeCategory.Entity.  
    Public PropertyGets or sets the search query used to filter the returned rows. This text should abide by the Apache Lucene query syntax.  
    Top
    See Also