共用方式為


DatastoreProperties interface

數據存放區內容組態的基本定義。

Extends

屬性

credentials

[必要]帳戶認證。

datastoreType

[必要]備份數據存放區的記憶體類型。

isDefault

只讀屬性,指出數據存放區是否為工作區預設數據存放區附註:此屬性將不會串行化。 它只能由伺服器填入。

繼承的屬性

description

資產描述文字。

properties

資產屬性字典。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

credentials

[必要]帳戶認證。

credentials: DatastoreCredentialsUnion

屬性值

datastoreType

[必要]備份數據存放區的記憶體類型。

datastoreType: string

屬性值

string

isDefault

只讀屬性,指出數據存放區是否為工作區預設數據存放區附註:此屬性將不會串行化。 它只能由伺服器填入。

isDefault?: boolean

屬性值

boolean

繼承的屬性詳細資料

description

資產描述文字。

description?: string

屬性值

string

繼承自ResourceBase.description

properties

資產屬性字典。

properties?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自ResourceBase.properties

tags

標記字典。 標記可以新增、移除和更新。

tags?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自ResourceBase.tags