C# Class Amazon.ElasticMapReduce.Statistic

Constants used for properties of type Statistic.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
AVERAGE Statistic
MAXIMUM Statistic
MINIMUM Statistic
SAMPLE_COUNT Statistic
SUM Statistic

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : Statistic
value string The unique value for the constant
return Statistic

Statistic() public method

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
return System

Property Details

AVERAGE public static property

Constant AVERAGE for Statistic
public static Statistic,Amazon.ElasticMapReduce AVERAGE
return Statistic

MAXIMUM public static property

Constant MAXIMUM for Statistic
public static Statistic,Amazon.ElasticMapReduce MAXIMUM
return Statistic

MINIMUM public static property

Constant MINIMUM for Statistic
public static Statistic,Amazon.ElasticMapReduce MINIMUM
return Statistic

SAMPLE_COUNT public static property

Constant SAMPLE_COUNT for Statistic
public static Statistic,Amazon.ElasticMapReduce SAMPLE_COUNT
return Statistic

SUM public static property

Constant SUM for Statistic
public static Statistic,Amazon.ElasticMapReduce SUM
return Statistic