AzureBlobDatastore interface
Azure Blob データストアの構成。
- Extends
プロパティ
account |
ストレージ アカウント名。 |
container |
ストレージ アカウント コンテナー名。 |
datastore |
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。 |
endpoint | ストレージ アカウントの Azure クラウド エンドポイント。 |
protocol | ストレージ アカウントとの通信に使用されるプロトコル。 |
service |
顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。 |
継承されたプロパティ
credentials | [必須]アカウントの資格情報。 |
description | 資産の説明テキスト。 |
is |
データストアがワークスペースの既定のデータストアであるかどうかを示す Readonly プロパティ注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
properties | 資産プロパティ ディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
accountName
ストレージ アカウント名。
accountName?: string
プロパティ値
string
containerName
ストレージ アカウント コンテナー名。
containerName?: string
プロパティ値
string
datastoreType
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。
datastoreType: "AzureBlob"
プロパティ値
"AzureBlob"
endpoint
ストレージ アカウントの Azure クラウド エンドポイント。
endpoint?: string
プロパティ値
string
protocol
ストレージ アカウントとの通信に使用されるプロトコル。
protocol?: string
プロパティ値
string
serviceDataAccessAuthIdentity
顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。
serviceDataAccessAuthIdentity?: string
プロパティ値
string
継承されたプロパティの詳細
credentials
[必須]アカウントの資格情報。
credentials: DatastoreCredentialsUnion
プロパティ値
description
isDefault
データストアがワークスペースの既定のデータストアであるかどうかを示す Readonly プロパティ注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
isDefault?: boolean
プロパティ値
boolean
properties
資産プロパティ ディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}