C# Class Amazon.Kinesis.MetricsName

Constants used for properties of type MetricsName.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ALL MetricsName
IncomingBytes MetricsName
IncomingRecords MetricsName
IteratorAgeMilliseconds MetricsName
OutgoingBytes MetricsName
OutgoingRecords MetricsName
ReadProvisionedThroughputExceeded MetricsName
WriteProvisionedThroughputExceeded MetricsName

Méthodes publiques

Méthode 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : MetricsName
value string The unique value for the constant
Résultat MetricsName

MetricsName() public méthode

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
Résultat System

Property Details

ALL public_oe static_oe property

Constant ALL for MetricsName
public static MetricsName,Amazon.Kinesis ALL
Résultat MetricsName

IncomingBytes public_oe static_oe property

Constant IncomingBytes for MetricsName
public static MetricsName,Amazon.Kinesis IncomingBytes
Résultat MetricsName

IncomingRecords public_oe static_oe property

Constant IncomingRecords for MetricsName
public static MetricsName,Amazon.Kinesis IncomingRecords
Résultat MetricsName

IteratorAgeMilliseconds public_oe static_oe property

Constant IteratorAgeMilliseconds for MetricsName
public static MetricsName,Amazon.Kinesis IteratorAgeMilliseconds
Résultat MetricsName

OutgoingBytes public_oe static_oe property

Constant OutgoingBytes for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingBytes
Résultat MetricsName

OutgoingRecords public_oe static_oe property

Constant OutgoingRecords for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingRecords
Résultat MetricsName

ReadProvisionedThroughputExceeded public_oe static_oe property

Constant ReadProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis ReadProvisionedThroughputExceeded
Résultat MetricsName

WriteProvisionedThroughputExceeded public_oe static_oe property

Constant WriteProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis WriteProvisionedThroughputExceeded
Résultat MetricsName