AzureSqlDatabaseOutputDataSourceProperties interface
与 Azure SQL 数据库输出关联的属性。
继承属性
| authentication |
身份验证模式。 |
| database | Azure SQL 数据库的名称。 PUT (CreateOrReplace) 请求时是必需的。 |
| max |
写入 Sql 数据库的最大 Batch 计数,默认值为 10,000。 PUT 请求可选。 |
| max |
最大编写器计数,目前仅提供 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
database
Azure SQL 数据库的名称。 PUT (CreateOrReplace) 请求时是必需的。
database?: string
属性值
string
maxBatchCount
写入 Sql 数据库的最大 Batch 计数,默认值为 10,000。 PUT 请求可选。
maxBatchCount?: number
属性值
number
maxWriterCount
最大编写器计数,目前仅提供 1(单个编写器)和 0(基于查询分区)。 PUT 请求可选。
maxWriterCount?: number
属性值
number
password
将用于连接到 Azure SQL 数据库的密码。 PUT (CreateOrReplace) 请求时是必需的。
password?: string
属性值
string
server
包含 Azure SQL 数据库的 SQL Server 的名称。 PUT (CreateOrReplace) 请求时是必需的。
server?: string
属性值
string
table
Azure SQL 数据库中表的名称。 PUT (CreateOrReplace) 请求时是必需的。
table?: string
属性值
string
user
将用于连接到 Azure SQL 数据库的用户名。 PUT (CreateOrReplace) 请求时是必需的。
user?: string
属性值
string