QueryTimelineSample

googleapis.bigquery.QueryTimelineSample
See theQueryTimelineSample companion object
final case class QueryTimelineSample(estimatedRunnableUnits: Option[Long], pendingUnits: Option[Long], completedUnits: Option[Long], activeUnits: Option[Long], totalSlotMs: Option[Long], elapsedMs: Option[Long])

Attributes

Companion
object
Source
QueryTimelineSample.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product