AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The statistics for a field calculated in the request.
Namespace: Amazon.CloudSearchDomain.Model
Assembly: AWSSDK.CloudSearchDomain.dll
Version: 3.x.y.z
public class FieldStats
The FieldStats type exposes the following members
Name | Description | |
---|---|---|
![]() |
FieldStats() |
Name | Type | Description | |
---|---|---|---|
![]() |
Count | System.Int64 |
Gets and sets the property Count. The number of documents that contain a value in the specified field in the result set. |
![]() |
Max | System.String |
Gets and sets the property Max. The maximum value found in the specified field in the result set.
If the field is numeric ( |
![]() |
Mean | System.String |
Gets and sets the property Mean. The average of the values found in the specified field in the result set.
If the field is numeric ( |
![]() |
Min | System.String |
Gets and sets the property Min. The minimum value found in the specified field in the result set.
If the field is numeric ( |
![]() |
Missing | System.Int64 |
Gets and sets the property Missing. The number of documents that do not contain a value in the specified field in the result set. |
![]() |
Stddev | System.Double |
Gets and sets the property Stddev. The standard deviation of the values in the specified field in the result set. |
![]() |
Sum | System.Double |
Gets and sets the property Sum.
The sum of the field values across the documents in the result set. |
![]() |
SumOfSquares | System.Double |
Gets and sets the property SumOfSquares. The sum of all field values in the result set squared. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5