JobStepOutputTarget

data class JobStepOutputTarget(val jobCredentialId: String, val mssqlDatabaseId: String, val schemaName: String? = null, val tableName: String)

Constructors

Link copied to clipboard
constructor(jobCredentialId: String, mssqlDatabaseId: String, schemaName: String? = null, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Elastic Job Credential to use when connecting to the output destination.

Link copied to clipboard

The ID of the output database.

Link copied to clipboard
val schemaName: String? = null

The name of the output schema. Defaults to dbo.

Link copied to clipboard

The name of the output table.