AzureDataLakeGen1Datastore interface

Azure Data Lake Gen1 데이터 저장소 구성.

Extends

속성

datastoreType

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

serviceDataAccessAuthIdentity

고객의 스토리지에 대한 서비스 데이터 액세스를 인증하는 데 사용할 ID를 나타냅니다.

storeName

[필수] Azure Data Lake 저장소 이름입니다.

상속된 속성

credentials

[필수] 계정 자격 증명.

description

자산 설명 텍스트입니다.

isDefault

Readonly 속성 - 데이터 저장소가 작업 영역 기본 데이터 저장소인지 여부를 나타냅니다. 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

properties

자산 속성 사전입니다.

tags

태그 사전. 태그를 추가, 제거 및 업데이트할 수 있습니다.

속성 세부 정보

datastoreType

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

datastoreType: "AzureDataLakeGen1"

속성 값

"AzureDataLakeGen1"

serviceDataAccessAuthIdentity

고객의 스토리지에 대한 서비스 데이터 액세스를 인증하는 데 사용할 ID를 나타냅니다.

serviceDataAccessAuthIdentity?: string

속성 값

string

storeName

[필수] Azure Data Lake 저장소 이름입니다.

storeName: string

속성 값

string

상속된 속성 세부 정보

credentials

[필수] 계정 자격 증명.

credentials: DatastoreCredentialsUnion

속성 값

DatastoreProperties.credentials에서 상속됨

description

자산 설명 텍스트입니다.

description?: string

속성 값

string

DatastoreProperties.description에서 상속됨

isDefault

Readonly 속성 - 데이터 저장소가 작업 영역 기본 데이터 저장소인지 여부를 나타냅니다. 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

isDefault?: boolean

속성 값

boolean

DatastoreProperties.isDefault에서 상속됨

properties

자산 속성 사전입니다.

properties?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

DatastoreProperties.properties에서 상속됨

tags

태그 사전. 태그를 추가, 제거 및 업데이트할 수 있습니다.

tags?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

DatastoreProperties.tags에서 상속