다음을 통해 공유


PowerBIPropertiesOutput interface

Power BI 속성.

Extends

속성

tenant

Power BI의 테넌트입니다.

상속된 속성

collection

컬렉션에 대한 참조입니다.

createdAt

데이터 원본의 만들기 시간입니다.

dataSourceCollectionMovingState

데이터 원본 컬렉션 이동 상태입니다.

lastModifiedAt

데이터 원본의 마지막으로 수정된 시간입니다.

속성 세부 정보

tenant

Power BI의 테넌트입니다.

tenant?: string

속성 값

string

상속된 속성 세부 정보

collection

컬렉션에 대한 참조입니다.

collection?: CollectionReferenceOutput

속성 값

DataSourcePropertiesOutput.collection 상속된

createdAt

데이터 원본의 만들기 시간입니다.

createdAt?: string

속성 값

string

DataSourcePropertiesOutput.createdAt 상속된

dataSourceCollectionMovingState

데이터 원본 컬렉션 이동 상태입니다.

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

속성 값

"Failed" | "Active" | "Moving"

DataSourcePropertiesOutput.dataSourceCollectionMovingState 상속된

lastModifiedAt

데이터 원본의 마지막으로 수정된 시간입니다.

lastModifiedAt?: string

속성 값

string

DataSourcePropertiesOutput.lastModifiedAt 상속된