Class UnitType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<UnitType>
com.microsoft.azure.management.cosmosdb.UnitType

public final class UnitType extends com.microsoft.rest.ExpandableStringEnum<UnitType>
Defines values for UnitType.
  • Field Details

    • COUNT

      public static final UnitType COUNT
      Static value Count for UnitType.
    • BYTES

      public static final UnitType BYTES
      Static value Bytes for UnitType.
    • SECONDS

      public static final UnitType SECONDS
      Static value Seconds for UnitType.
    • PERCENT

      public static final UnitType PERCENT
      Static value Percent for UnitType.
    • COUNT_PER_SECOND

      public static final UnitType COUNT_PER_SECOND
      Static value CountPerSecond for UnitType.
    • BYTES_PER_SECOND

      public static final UnitType BYTES_PER_SECOND
      Static value BytesPerSecond for UnitType.
    • MILLISECONDS

      public static final UnitType MILLISECONDS
      Static value Milliseconds for UnitType.
  • Constructor Details

    • UnitType

      public UnitType()
  • Method Details

    • fromString

      public static UnitType fromString(String name)
      Creates or finds a UnitType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding UnitType
    • values

      public static Collection<UnitType> values()
      Returns:
      known UnitType values