
com.pulumi.azurenative.datafactory.kotlin.inputs.RelationalTableDatasetArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.RelationalTableDatasetArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The relational table dataset.
* @property annotations List of tags that can be used for describing the Dataset.
* @property description Dataset description.
* @property folder The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
* @property linkedServiceName Linked service reference.
* @property parameters Parameters for dataset.
* @property schema Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
* @property structure Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
* @property tableName The relational table name. Type: string (or Expression with resultType string).
* @property type Type of dataset.
* Expected value is 'RelationalTable'.
*/
public data class RelationalTableDatasetArgs(
public val annotations: Output>? = null,
public val description: Output? = null,
public val folder: Output? = null,
public val linkedServiceName: Output,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy