C# Класс Amazon.Kinesis.MetricsName

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

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

Свойство Тип Описание
ALL MetricsName
IncomingBytes MetricsName
IncomingRecords MetricsName
IteratorAgeMilliseconds MetricsName
OutgoingBytes MetricsName
OutgoingRecords MetricsName
ReadProvisionedThroughputExceeded MetricsName
WriteProvisionedThroughputExceeded MetricsName

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

Метод Описание
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.

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

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

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

MetricsName() публичный метод

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
Результат System

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

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

Constant ALL for MetricsName
public static MetricsName,Amazon.Kinesis ALL
Результат MetricsName

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

Constant IncomingBytes for MetricsName
public static MetricsName,Amazon.Kinesis IncomingBytes
Результат MetricsName

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

Constant IncomingRecords for MetricsName
public static MetricsName,Amazon.Kinesis IncomingRecords
Результат MetricsName

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

Constant IteratorAgeMilliseconds for MetricsName
public static MetricsName,Amazon.Kinesis IteratorAgeMilliseconds
Результат MetricsName

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

Constant OutgoingBytes for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingBytes
Результат MetricsName

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

Constant OutgoingRecords for MetricsName
public static MetricsName,Amazon.Kinesis OutgoingRecords
Результат MetricsName

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

Constant ReadProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis ReadProvisionedThroughputExceeded
Результат MetricsName

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

Constant WriteProvisionedThroughputExceeded for MetricsName
public static MetricsName,Amazon.Kinesis WriteProvisionedThroughputExceeded
Результат MetricsName