次の方法で共有


OneLakeDatastore interface

OneLake (Trident) データストアの構成。

Extends

プロパティ

artifact

[必須]データストアをバックアップする OneLake アーティファクト。

datastoreType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

endpoint

データストアに使用する OneLake エンドポイント。

oneLakeWorkspaceName

[必須]OneLake ワークスペース名。

serviceDataAccessAuthIdentity

顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。

継承されたプロパティ

credentials

[必須]アカウントの資格情報。

description

資産の説明テキスト。

isDefault

データストアがワークスペースの既定のデータストアであるかどうかを示す Readonly プロパティ注意: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

properties

資産プロパティ ディクショナリ。

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

プロパティの詳細

artifact

[必須]データストアをバックアップする OneLake アーティファクト。

artifact: OneLakeArtifactUnion

プロパティ値

datastoreType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

datastoreType: "OneLake"

プロパティ値

"OneLake"

endpoint

データストアに使用する OneLake エンドポイント。

endpoint?: string

プロパティ値

string

oneLakeWorkspaceName

[必須]OneLake ワークスペース名。

oneLakeWorkspaceName: string

プロパティ値

string

serviceDataAccessAuthIdentity

顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。

serviceDataAccessAuthIdentity?: 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