Property | Type | Description | |
---|---|---|---|
BITS | |||
BITS_PER_SECOND | |||
BYTES | |||
BYTES_PER_SECOND | |||
COUNT | |||
COUNT_PER_SECOND | |||
GIGA_BITS | Unit | ||
GIGA_BITS_PER_SECOND | Unit | ||
GIGA_BYTES | Unit | ||
GIGA_BYTES_PER_SECOND | Unit | ||
KILO_BITS | Unit | ||
KILO_BITS_PER_SECOND | Unit | ||
KILO_BYTES | Unit | ||
KILO_BYTES_PER_SECOND | Unit | ||
MEGA_BITS | Unit | ||
MEGA_BITS_PER_SECOND | Unit | ||
MEGA_BYTES | Unit | ||
MEGA_BYTES_PER_SECOND | Unit | ||
MICRO_SECONDS | Unit | ||
MILLI_SECONDS | Unit | ||
NONE | Unit | ||
PERCENT | Unit | ||
SECONDS | Unit | ||
TERA_BITS | Unit | ||
TERA_BITS_PER_SECOND | Unit | ||
TERA_BYTES | Unit | ||
TERA_BYTES_PER_SECOND | Unit |
Method | Description | |
---|---|---|
FindValue ( string value ) : Unit |
Finds the constant for the unique value.
|
|
Unit ( 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.
|
public static FindValue ( string value ) : Unit | ||
value | string | The unique value for the constant |
return | Unit |
public static Unit,Amazon.ElasticMapReduce BITS_PER_SECOND | ||
return |
public static Unit,Amazon.ElasticMapReduce BYTES_PER_SECOND | ||
return |
public static Unit,Amazon.ElasticMapReduce COUNT_PER_SECOND | ||
return |
public static Unit GIGA_BITS_PER_SECOND | ||
return | Unit |
public static Unit GIGA_BYTES_PER_SECOND | ||
return | Unit |
public static Unit KILO_BITS_PER_SECOND | ||
return | Unit |
public static Unit KILO_BYTES_PER_SECOND | ||
return | Unit |
public static Unit MEGA_BITS_PER_SECOND | ||
return | Unit |
public static Unit MEGA_BYTES_PER_SECOND | ||
return | Unit |
public static Unit TERA_BITS_PER_SECOND | ||
return | Unit |