SinkProgress (Spark 3.5.5 JavaDoc) (original) (raw)


public class SinkProgress
extends Object
implements scala.Serializable
Information about progress made for a sink in the execution of a StreamingQuery during a trigger. See StreamingQueryProgress for more information.
param: description Description of the source corresponding to this status. param: numOutputRows Number of rows written to the sink or -1 for Continuous Mode (temporarily) or Sink V1 (until decommissioned).
Since:
2.1.0
See Also:
Serialized Form