AzureTableOutputDataSource interface

Azure Table 출력 데이터 원본에 대해 설명합니다.

Extends

속성

accountKey

Azure Storage 계정의 계정 키입니다. PUT(CreateOrReplace) 요청에 필요합니다.

accountName

Azure Storage 계정의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

batchSize

Azure Table에 한 번에 쓸 행 수입니다.

columnsToRemove

지정한 경우 배열의 각 항목은 출력 이벤트 엔터티에서 제거할 열(있는 경우)의 이름입니다.

partitionKey

이 요소는 쿼리의 SELECT 문에서 Azure Table의 파티션 키로 사용할 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.

rowKey

이 요소는 쿼리의 SELECT 문에서 Azure Table의 행 키로 사용할 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.

table

Azure 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

속성 세부 정보

accountKey

Azure Storage 계정의 계정 키입니다. PUT(CreateOrReplace) 요청에 필요합니다.

accountKey?: string

속성 값

string

accountName

Azure Storage 계정의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

accountName?: string

속성 값

string

batchSize

Azure Table에 한 번에 쓸 행 수입니다.

batchSize?: number

속성 값

number

columnsToRemove

지정한 경우 배열의 각 항목은 출력 이벤트 엔터티에서 제거할 열(있는 경우)의 이름입니다.

columnsToRemove?: string[]

속성 값

string[]

partitionKey

이 요소는 쿼리의 SELECT 문에서 Azure Table의 파티션 키로 사용할 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.

partitionKey?: string

속성 값

string

rowKey

이 요소는 쿼리의 SELECT 문에서 Azure Table의 행 키로 사용할 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.

rowKey?: string

속성 값

string

table

Azure 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

table?: string

속성 값

string

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "Microsoft.Storage/Table"

속성 값

"Microsoft.Storage/Table"