AzureSqlDatabaseOutputDataSourceProperties interface
Azure SQL 데이터베이스 출력과 연결된 속성입니다.
- Extends
상속된 속성
authentication |
인증 모드. |
database | Azure SQL 데이터베이스의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
max |
Sql 데이터베이스에 쓰기에 대한 최대 일괄 처리 수이며 기본값은 10,000입니다. PUT 요청에서 선택 사항입니다. |
max |
현재 최대 기록기 수는 1(단일 기록기) 및 0(쿼리 파티션 기준)만 사용할 수 있습니다. PUT 요청에서 선택 사항입니다. |
password | Azure SQL 데이터베이스에 연결하는 데 사용할 암호입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
server | Azure SQL 데이터베이스를 포함하는 SQL 서버의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
table | Azure SQL 데이터베이스에 있는 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
user | Azure SQL 데이터베이스에 연결하는 데 사용할 사용자 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
상속된 속성 세부 정보
authenticationMode
인증 모드.
authenticationMode?: string
속성 값
string
AzureSqlDatabaseDataSourceProperties.authenticationMode에서 상속됨
database
Azure SQL 데이터베이스의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
database?: string
속성 값
string
maxBatchCount
Sql 데이터베이스에 쓰기에 대한 최대 일괄 처리 수이며 기본값은 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 서버의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
server?: string
속성 값
string
table
Azure SQL 데이터베이스에 있는 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
table?: string
속성 값
string
user
Azure SQL 데이터베이스에 연결하는 데 사용할 사용자 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
user?: string
속성 값
string