PostgreSQLOutputDataSourceProperties interface
The properties that are associated with a PostgreSQL output.
- Extends
Inherited Properties
| authentication |
Authentication Mode. |
| database | The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
| max |
Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. |
| password | The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
| server | The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
| table | The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
| user | The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Inherited Property Details
authenticationMode
Authentication Mode.
authenticationMode?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.authenticationMode
database
The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
database?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.database
maxWriterCount
Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests.
maxWriterCount?: number
Property Value
number
Inherited From PostgreSQLDataSourceProperties.maxWriterCount
password
The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
password?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.password
server
The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
server?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.server
table
The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
table?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.table
user
The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
user?: string
Property Value
string
Inherited From PostgreSQLDataSourceProperties.user