CosmosDbDataConnection interface
代表 CosmosDb 資料連線的類別。
- Extends
屬性
cosmos |
用來建立數據連線的 Cosmos DB 帳戶資源識別碼。 |
cosmos |
Cosmos DB 資料庫中現有容器的名稱。 |
cosmos |
Cosmos DB 帳戶中現有資料庫的名稱。 |
kind | 多型歧視性,指定這個物件可以是的不同類型 |
managed |
受控識別資源的物件標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
managed |
受控系統或使用者指派身分識別的資源標識碼。 身分識別是用來向 Cosmos DB 進行驗證。 |
mapping |
擷取擷取數據時要使用的現有對應規則名稱。 |
provisioning |
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
retrieval |
自選。 如果已定義,數據聯機會擷取在指定的擷取開始日期之後建立或更新的Cosmos DB檔。 |
table |
叢集中現有目標數據表的區分大小寫名稱。 擷取的數據會擷取到此數據表中。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
location | 資源位置。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
cosmosDbAccountResourceId
用來建立數據連線的 Cosmos DB 帳戶資源識別碼。
cosmosDbAccountResourceId?: string
屬性值
string
cosmosDbContainer
Cosmos DB 資料庫中現有容器的名稱。
cosmosDbContainer?: string
屬性值
string
cosmosDbDatabase
Cosmos DB 帳戶中現有資料庫的名稱。
cosmosDbDatabase?: string
屬性值
string
kind
多型歧視性,指定這個物件可以是的不同類型
kind: "CosmosDb"
屬性值
"CosmosDb"
managedIdentityObjectId
受控識別資源的物件標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
managedIdentityObjectId?: string
屬性值
string
managedIdentityResourceId
受控系統或使用者指派身分識別的資源標識碼。 身分識別是用來向 Cosmos DB 進行驗證。
managedIdentityResourceId?: string
屬性值
string
mappingRuleName
擷取擷取數據時要使用的現有對應規則名稱。
mappingRuleName?: string
屬性值
string
provisioningState
資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
retrievalStartDate
自選。 如果已定義,數據聯機會擷取在指定的擷取開始日期之後建立或更新的Cosmos DB檔。
retrievalStartDate?: Date
屬性值
Date
tableName
叢集中現有目標數據表的區分大小寫名稱。 擷取的數據會擷取到此數據表中。
tableName?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string