ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableStatisticsDescription Class
Properties


In This Topic
    TableStatisticsDescription Class Members
    In This Topic

    The following tables list the members exposed by TableStatisticsDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TableStatisticsDescription class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a list of Fields to be used for GroupBy during statistics computation.  
    Public PropertyGets or sets a list of SortDescriptions to be used to sort the TableStatisticsResults that are returned.  
    Public PropertyGets or sets the QueryFilter that constrains what data is used for statistics computation.  
    Public PropertyGets an IReadOnlyList of one or more StatisticsDescriptions specifying what statistics function(s) should be performed on a specific field.  
    Top
    See Also