google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.CounterMetadata View Source

CounterMetadata includes all static non-name non-value counter attributes.

Attributes

  • description (String): Human-readable description of the counter semantics. Defaults to: null.
  • kind (String): Counter aggregation kind. Defaults to: null.

    • Enum - one of [INVALID, SUM, MAX, MIN, MEAN, OR, AND, SET, DISTRIBUTION]
  • otherUnits (String): A string referring to the unit type. Defaults to: null.
  • standardUnits (String): System defined Units, see above enum. Defaults to: null.

    • Enum - one of [BYTES, BYTES_PER_SEC, MILLISECONDS, MICROSECONDS, NANOSECONDS, TIMESTAMP_MSEC, TIMESTAMP_USEC, TIMESTAMP_NSEC]