PostgreSQLOutputDataSourceProperties interface

與 PostgreSQL 輸出相關聯的屬性。

Extends

繼承的屬性

authenticationMode

驗證模式。

database

Azure SQL 資料庫的名稱。 PUT (CreateOrReplace) 要求的必要專案。

maxWriterCount

最大寫入器計數,目前只有 1(單一寫入器)和 0(根據查詢分割區) 可用。 在 PUT 要求上選擇性。

password

將用來連線到 Azure SQL 資料庫的密碼。 PUT (CreateOrReplace) 要求的必要專案。

server

包含 Azure SQL 資料庫的 SQL Server 名稱。 PUT (CreateOrReplace) 要求的必要專案。

table

Azure SQL 資料庫中數據表的名稱。 PUT (CreateOrReplace) 要求的必要專案。

user

將用來連線到 Azure SQL 資料庫的用戶名稱。 PUT (CreateOrReplace) 要求的必要專案。

繼承的屬性詳細資料

authenticationMode

驗證模式。

authenticationMode?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.authenticationMode

database

Azure SQL 資料庫的名稱。 PUT (CreateOrReplace) 要求的必要專案。

database?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.database

maxWriterCount

最大寫入器計數,目前只有 1(單一寫入器)和 0(根據查詢分割區) 可用。 在 PUT 要求上選擇性。

maxWriterCount?: number

屬性值

number

繼承自PostgreSQLDataSourceProperties.maxWriterCount

password

將用來連線到 Azure SQL 資料庫的密碼。 PUT (CreateOrReplace) 要求的必要專案。

password?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.password

server

包含 Azure SQL 資料庫的 SQL Server 名稱。 PUT (CreateOrReplace) 要求的必要專案。

server?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.server

table

Azure SQL 資料庫中數據表的名稱。 PUT (CreateOrReplace) 要求的必要專案。

table?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.table

user

將用來連線到 Azure SQL 資料庫的用戶名稱。 PUT (CreateOrReplace) 要求的必要專案。

user?: string

屬性值

string

繼承自PostgreSQLDataSourceProperties.user