MetricsName

public enum MetricsName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case incomingbytes = "IncomingBytes"
  • Undocumented

    Declaration

    Swift

    case incomingrecords = "IncomingRecords"
  • Undocumented

    Declaration

    Swift

    case outgoingbytes = "OutgoingBytes"
  • Undocumented

    Declaration

    Swift

    case outgoingrecords = "OutgoingRecords"
  • Undocumented

    Declaration

    Swift

    case writeprovisionedthroughputexceeded = "WriteProvisionedThroughputExceeded"
  • Undocumented

    Declaration

    Swift

    case readprovisionedthroughputexceeded = "ReadProvisionedThroughputExceeded"
  • Undocumented

    Declaration

    Swift

    case iteratoragemilliseconds = "IteratorAgeMilliseconds"
  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • Declaration

    Swift

    public var description: String { get }