AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearchDomain.Model.FieldStats

Namespace: Amazon.CloudSearchDomain.Model
Assembly: AWSSDK.CloudSearchDomain.dll
Version: 3.x.y.z

Syntax

C#
public class FieldStats

The FieldStats type exposes the following members

Constructors

NameDescription
Public Method FieldStats()

Properties

NameTypeDescription
Public Property 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.

Public Property 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 (int, int-array, double, or double-array), max is the string representation of a double-precision 64-bit floating point value. If the field is date or date-array, max is the string representation of a date with the format specified in IETF RFC3339: yyyy-mm-ddTHH:mm:ss.SSSZ.

Public Property 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 (int, int-array, double, or double-array), mean is the string representation of a double-precision 64-bit floating point value. If the field is date or date-array, mean is the string representation of a date with the format specified in IETF RFC3339: yyyy-mm-ddTHH:mm:ss.SSSZ.

Public Property 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 (int, int-array, double, or double-array), min is the string representation of a double-precision 64-bit floating point value. If the field is date or date-array, min is the string representation of a date with the format specified in IETF RFC3339: yyyy-mm-ddTHH:mm:ss.SSSZ.

Public Property 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.

Public Property Stddev System.Double

Gets and sets the property Stddev.

The standard deviation of the values in the specified field in the result set.

Public Property Sum System.Double

Gets and sets the property Sum.

The sum of the field values across the documents in the result set. null for date fields.

Public Property SumOfSquares System.Double

Gets and sets the property SumOfSquares.

The sum of all field values in the result set squared.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5