PostgreSqlTableDataset interface   
The PostgreSQL table dataset.
- Extends
Properties
| schema | The PostgreSQL schema name. Type: string (or Expression with resultType string). | 
| table | The PostgreSQL table name. Type: string (or Expression with resultType string). | 
| table | This property will be retired. Please consider using schema + table properties instead. | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| annotations | List of tags that can be used for describing the Dataset. | 
| description | Dataset description. | 
| folder | The folder that this Dataset is in. If not specified, Dataset will appear at the root level. | 
| linked | Linked service reference. | 
| parameters | Parameters for dataset. | 
| schema | Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. | 
| structure | Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. | 
Property Details
		schemaTypePropertiesSchema
	   
	The PostgreSQL schema name. Type: string (or Expression with resultType string).
schemaTypePropertiesSchema?: anyProperty Value
any
table
The PostgreSQL table name. Type: string (or Expression with resultType string).
table?: anyProperty Value
any
		tableName
	 
	This property will be retired. Please consider using schema + table properties instead.
tableName?: anyProperty Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "PostgreSqlTable"Property Value
"PostgreSqlTable"
Inherited Property Details
annotations
List of tags that can be used for describing the Dataset.
annotations?: any[]Property Value
any[]
Inherited From Dataset.annotations
description
folder
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
folder?: DatasetFolderProperty Value
Inherited From Dataset.folder
		linkedServiceName
	  
	Linked service reference.
linkedServiceName: LinkedServiceReferenceProperty Value
Inherited From Dataset.linkedServiceName
parameters
Parameters for dataset.
parameters?: {[propertyName: string]: ParameterSpecification}Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From Dataset.parameters
schema
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
schema?: anyProperty Value
any
Inherited From Dataset.schema
structure
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
structure?: anyProperty Value
any
Inherited From Dataset.structure