TimestampPrecision

public enum TimestampPrecision : String, Codable, CaseIterable

An enum represents the precision for the unix timestamps within the body line-protocol.

  • ms

    Milliseconds

    Declaration

    Swift

    case ms
  • s

    Seconds

    Declaration

    Swift

    case s
  • us

    Microseconds

    Declaration

    Swift

    case us
  • ns

    Nanoseconds

    Declaration

    Swift

    case ns