AzureTableOutputDataSource interface
Azure Table 출력 데이터 원본에 대해 설명합니다.
- Extends
속성
account |
Azure Storage 계정의 계정 키입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
account |
Azure Storage 계정의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
batch |
Azure Table에 한 번에 쓸 행 수입니다. |
columns |
지정된 경우 배열의 각 항목은 출력 이벤트 엔터티에서 제거할 열의 이름입니다(있는 경우). |
partition |
이 요소는 Azure Table의 파티션 키로 사용될 쿼리의 SELECT 문에 있는 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다. |
row |
이 요소는 Azure Table의 행 키로 사용될 쿼리의 SELECT 문에 있는 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다. |
table | Azure Table의 이름입니다. 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
이 요소는 Azure Table의 파티션 키로 사용될 쿼리의 SELECT 문에 있는 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.
partitionKey?: string
속성 값
string
rowKey
이 요소는 Azure Table의 행 키로 사용될 쿼리의 SELECT 문에 있는 열의 이름을 나타냅니다. PUT(CreateOrReplace) 요청에 필요합니다.
rowKey?: string
속성 값
string
table
Azure Table의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
table?: string
속성 값
string
type
이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자
type: "Microsoft.Storage/Table"
속성 값
"Microsoft.Storage/Table"