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

A representation of an int64, n, that is immune to precision loss when encoded in JSON.

Attributes

  • highBits (Integer): The high order bits, including the sign: n >> 32. Defaults to: null.
  • lowBits (Integer): The low order bits: n & 0xffffffff. Defaults to: null.