C# Класс Amazon.ElasticMapReduce.Statistic

Constants used for properties of type Statistic.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AVERAGE Statistic
MAXIMUM Statistic
MINIMUM Statistic
SAMPLE_COUNT Statistic
SUM Statistic

Открытые методы

Метод Описание
FindValue ( string value ) : Statistic

Finds the constant for the unique value.

Statistic ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : Statistic
value string The unique value for the constant
Результат Statistic

Statistic() публичный Метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public Statistic ( string value ) : System
value string
Результат System

Описание свойств

AVERAGE публичное статическое свойство

Constant AVERAGE for Statistic
public static Statistic,Amazon.ElasticMapReduce AVERAGE
Результат Statistic

MAXIMUM публичное статическое свойство

Constant MAXIMUM for Statistic
public static Statistic,Amazon.ElasticMapReduce MAXIMUM
Результат Statistic

MINIMUM публичное статическое свойство

Constant MINIMUM for Statistic
public static Statistic,Amazon.ElasticMapReduce MINIMUM
Результат Statistic

SAMPLE_COUNT публичное статическое свойство

Constant SAMPLE_COUNT for Statistic
public static Statistic,Amazon.ElasticMapReduce SAMPLE_COUNT
Результат Statistic

SUM публичное статическое свойство

Constant SUM for Statistic
public static Statistic,Amazon.ElasticMapReduce SUM
Результат Statistic