次の方法で共有


AzureBlobDatastore interface

Azure Blob データストアの構成。

Extends

プロパティ

accountName

ストレージ アカウント名。

containerName

ストレージ アカウント コンテナー名。

datastoreType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

endpoint

ストレージ アカウントの Azure クラウド エンドポイント。

protocol

ストレージ アカウントとの通信に使用されるプロトコル。

serviceDataAccessAuthIdentity

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

継承されたプロパティ

credentials

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

description

資産の説明テキスト。

isDefault

データストアがワークスペースの既定のデータストアであるかどうかを示す 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

プロパティ値

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