Show / Hide Table of Contents

Class Unit

Unit for metric.

Inheritance
System.Object
Unit
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public sealed class Unit : Enum
Syntax (vb)
Public NotInheritable Class Unit
    Inherits

     Enum

Synopsis

Fields

BITS

Bits.

BITS_PER_SECOND

Bits/second (b/s).

BYTES

Bytes.

BYTES_PER_SECOND

Bytes/second (B/s).

COUNT

Count.

COUNT_PER_SECOND

Count/second.

GIGABITS

Gigabits.

GIGABITS_PER_SECOND

Gigabits/second (Gb/s).

GIGABYTES

Gigabytes.

GIGABYTES_PER_SECOND

Gigabytes/second (GB/s).

KILOBITS

Kilobits.

KILOBITS_PER_SECOND

Kilobits/second (kb/s).

KILOBYTES

Kilobytes.

KILOBYTES_PER_SECOND

Kilobytes/second (kB/s).

MEGABITS

Megabits.

MEGABITS_PER_SECOND

Megabits/second (Mb/s).

MEGABYTES

Megabytes.

MEGABYTES_PER_SECOND

Megabytes/second (MB/s).

MICROSECONDS

Microseconds.

MILLISECONDS

Milliseconds.

NONE

None.

PERCENT

Percent.

SECONDS

Seconds.

TERABITS

Terabits.

TERABITS_PER_SECOND

Terabits/second (Tb/s).

TERABYTES

Terabytes.

TERABYTES_PER_SECOND

Terabytes/second (TB/s).

value__

Fields

BITS

Bits.

public const Unit BITS
Field Value
Type Description
Unit

BITS_PER_SECOND

Bits/second (b/s).

public const Unit BITS_PER_SECOND
Field Value
Type Description
Unit

BYTES

Bytes.

public const Unit BYTES
Field Value
Type Description
Unit

BYTES_PER_SECOND

Bytes/second (B/s).

public const Unit BYTES_PER_SECOND
Field Value
Type Description
Unit

COUNT

Count.

public const Unit COUNT
Field Value
Type Description
Unit

COUNT_PER_SECOND

Count/second.

public const Unit COUNT_PER_SECOND
Field Value
Type Description
Unit

GIGABITS

Gigabits.

public const Unit GIGABITS
Field Value
Type Description
Unit

GIGABITS_PER_SECOND

Gigabits/second (Gb/s).

public const Unit GIGABITS_PER_SECOND
Field Value
Type Description
Unit

GIGABYTES

Gigabytes.

public const Unit GIGABYTES
Field Value
Type Description
Unit

GIGABYTES_PER_SECOND

Gigabytes/second (GB/s).

public const Unit GIGABYTES_PER_SECOND
Field Value
Type Description
Unit

KILOBITS

Kilobits.

public const Unit KILOBITS
Field Value
Type Description
Unit

KILOBITS_PER_SECOND

Kilobits/second (kb/s).

public const Unit KILOBITS_PER_SECOND
Field Value
Type Description
Unit

KILOBYTES

Kilobytes.

public const Unit KILOBYTES
Field Value
Type Description
Unit

KILOBYTES_PER_SECOND

Kilobytes/second (kB/s).

public const Unit KILOBYTES_PER_SECOND
Field Value
Type Description
Unit

MEGABITS

Megabits.

public const Unit MEGABITS
Field Value
Type Description
Unit

MEGABITS_PER_SECOND

Megabits/second (Mb/s).

public const Unit MEGABITS_PER_SECOND
Field Value
Type Description
Unit

MEGABYTES

Megabytes.

public const Unit MEGABYTES
Field Value
Type Description
Unit

MEGABYTES_PER_SECOND

Megabytes/second (MB/s).

public const Unit MEGABYTES_PER_SECOND
Field Value
Type Description
Unit

MICROSECONDS

Microseconds.

public const Unit MICROSECONDS
Field Value
Type Description
Unit

MILLISECONDS

Milliseconds.

public const Unit MILLISECONDS
Field Value
Type Description
Unit

NONE

None.

public const Unit NONE
Field Value
Type Description
Unit

PERCENT

Percent.

public const Unit PERCENT
Field Value
Type Description
Unit

SECONDS

Seconds.

public const Unit SECONDS
Field Value
Type Description
Unit

TERABITS

Terabits.

public const Unit TERABITS
Field Value
Type Description
Unit

TERABITS_PER_SECOND

Terabits/second (Tb/s).

public const Unit TERABITS_PER_SECOND
Field Value
Type Description
Unit

TERABYTES

Terabytes.

public const Unit TERABYTES
Field Value
Type Description
Unit

TERABYTES_PER_SECOND

Terabytes/second (TB/s).

public const Unit TERABYTES_PER_SECOND
Field Value
Type Description
Unit

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX