次の方法で共有


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から継承