PowerBIProperties interface
Power BI 속성.
- Extends
속성
| tenant | Power BI의 테넌트입니다. |
상속된 속성
| collection | 컬렉션에 대한 참조입니다. |
| data |
데이터 원본 컬렉션 이동 상태입니다. |
속성 세부 정보
tenant
Power BI의 테넌트입니다.
tenant?: string
속성 값
string
상속된 속성 세부 정보
collection
컬렉션에 대한 참조입니다.
collection?: CollectionReference
속성 값
dataSourceCollectionMovingState
데이터 원본 컬렉션 이동 상태입니다.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
속성 값
"Failed" | "Active" | "Moving"