DatastoreProperties interface

データストアの内容構成のための基本定義。

Extends

プロパティ

credentials

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

datastoreType

The discriminator possible values: AzureBlob, AzureDataLakeGen1, AzureDataLakeGen2, AzureFile, OneLake

isDefault

データストアがワークスペースのデフォルトデータストアであるかどうかを示す Readonly プロパティ

継承されたプロパティ

description

資産の説明テキスト。

properties

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

tags

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

プロパティの詳細

credentials

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

credentials: DatastoreCredentialsUnion

プロパティ値

datastoreType

The discriminator possible values: AzureBlob, AzureDataLakeGen1, AzureDataLakeGen2, AzureFile, OneLake

datastoreType: string

プロパティ値

string

isDefault

データストアがワークスペースのデフォルトデータストアであるかどうかを示す Readonly プロパティ

isDefault?: boolean

プロパティ値

boolean

継承されたプロパティの詳細

description

資産の説明テキスト。

description?: string

プロパティ値

string

ResourceBase.descriptionから継承

properties

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

properties?: Record<string, string>

プロパティ値

Record<string, string>

ResourceBase.propertiesから継承

tags

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

tags?: Record<string, string>

プロパティ値

Record<string, string>

ResourceBase.tagsから継承