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.

Container for the parameters to the GetPercentiles operation. Groups the aggregated values that match the query into percentile groupings. The default percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own when you call GetPercentiles. This function returns a value for each percentile group specified (or the default percentile groupings). The percentile group "1" contains the aggregated field value that occurs in approximately one percent of the values that match the query. The percentile group "5" contains the aggregated field value that occurs in approximately five percent of the values that match the query, and so on. The result is an approximation, the more values that match the query, the more accurate the percentile values.

Requires permission to access the GetPercentiles action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.GetPercentilesRequest

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

Syntax

C#
public class GetPercentilesRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The GetPercentilesRequest type exposes the following members

Constructors

NameDescription
Public Method GetPercentilesRequest()

Properties

NameTypeDescription
Public Property AggregationField System.String

Gets and sets the property AggregationField.

The field to aggregate.

Public Property IndexName System.String

Gets and sets the property IndexName.

The name of the index to search.

Public Property Percents System.Collections.Generic.List<System.Double>

Gets and sets the property Percents.

The percentile groups returned.

Public Property QueryString System.String

Gets and sets the property QueryString.

The search query string.

Public Property QueryVersion System.String

Gets and sets the property QueryVersion.

The query version.

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