DatastoreProperties interface
データストアの内容構成のための基本定義。
- Extends
プロパティ
| credentials | [必須]アカウントの資格情報。 |
| datastore |
The discriminator possible values: AzureBlob, AzureDataLakeGen1, AzureDataLakeGen2, AzureFile, OneLake |
| is |
データストアがワークスペースのデフォルトデータストアであるかどうかを示す Readonly プロパティ |
継承されたプロパティ
| description | 資産の説明テキスト。 |
| properties | 資産プロパティ ディクショナリ。 |
| tags | タグ ディクショナリ。 タグは追加、削除、更新できます。 |
プロパティの詳細
credentials
datastoreType
The discriminator possible values: AzureBlob, AzureDataLakeGen1, AzureDataLakeGen2, AzureFile, OneLake
datastoreType: string
プロパティ値
string
isDefault
データストアがワークスペースのデフォルトデータストアであるかどうかを示す Readonly プロパティ
isDefault?: boolean
プロパティ値
boolean
継承されたプロパティの詳細
description
properties
資産プロパティ ディクショナリ。
properties?: Record<string, string>
プロパティ値
Record<string, string>
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: Record<string, string>
プロパティ値
Record<string, string>
ResourceBase.tagsから継承