StageSourceResponse

data class StageSourceResponse(val name: String, val originalTransformOrCollection: String, val sizeBytes: String, val userName: String)

Description of an input or output of an execution stage.

Constructors

Link copied to clipboard
fun StageSourceResponse(name: String, originalTransformOrCollection: String, sizeBytes: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataflow service generated name for this source.

Link copied to clipboard

User name for the original user transform or collection with which this source is most closely associated.

Link copied to clipboard

Size of the source, if measurable.

Link copied to clipboard

Human-readable name for this source; may be user or system generated.