C# Class Amazon.Kinesis.MetricsName

Constants used for properties of type MetricsName.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ALL MetricsName
IncomingBytes MetricsName
IncomingRecords MetricsName
IteratorAgeMilliseconds MetricsName
OutgoingBytes MetricsName
OutgoingRecords MetricsName
ReadProvisionedThroughputExceeded MetricsName
WriteProvisionedThroughputExceeded MetricsName

Public Methods

Method Description
FindValue ( string value ) : MetricsName

Finds the constant for the unique value.

MetricsName ( 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 ) : MetricsName
value string The unique value for the constant
return MetricsName

MetricsName() 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 MetricsName ( string value ) : System
value string
return System

Property Details

ALL public_oe static_oe property

Constant ALL for MetricsName
public static MetricsName,Amazon.Kinesis ALL
return MetricsName

IncomingBytes public_oe static_oe property

Constant IncomingBytes for MetricsName
public static MetricsName,Amazon.Kinesis IncomingBytes
return MetricsName

IncomingRecords public_oe static_oe property

Constant IncomingRecords for MetricsName
public static MetricsName,Amazon.Kinesis IncomingRecords
return MetricsName

IteratorAgeMilliseconds public_oe static_oe property

Constant IteratorAgeMilliseconds for MetricsName
public static MetricsName,Amazon.Kinesis IteratorAgeMilliseconds
return MetricsName

OutgoingBytes public_oe static_oe property

Constant OutgoingBytes for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingBytes
return MetricsName

OutgoingRecords public_oe static_oe property

Constant OutgoingRecords for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingRecords
return MetricsName

ReadProvisionedThroughputExceeded public_oe static_oe property

Constant ReadProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis ReadProvisionedThroughputExceeded
return MetricsName

WriteProvisionedThroughputExceeded public_oe static_oe property

Constant WriteProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis WriteProvisionedThroughputExceeded
return MetricsName