DatabaseAccountKeysMetadata interface
與指定 Cosmos DB 資料庫帳戶之每個存取金鑰相關的中繼資料。
屬性
primary |
與指定 Cosmos DB 資料庫帳戶之主要Read-Write金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
primary |
與指定 Cosmos DB 資料庫帳戶之主要Read-Only金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
secondary |
與指定 Cosmos DB 資料庫帳戶之次要Read-Write金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
secondary |
與指定 Cosmos DB 資料庫帳戶之次要Read-Only金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
primaryMasterKey
與指定 Cosmos DB 資料庫帳戶之主要Read-Write金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。
primaryMasterKey?: AccountKeyMetadata
屬性值
primaryReadonlyMasterKey
與指定 Cosmos DB 資料庫帳戶之主要Read-Only金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。
primaryReadonlyMasterKey?: AccountKeyMetadata
屬性值
secondaryMasterKey
與指定 Cosmos DB 資料庫帳戶之次要Read-Write金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。
secondaryMasterKey?: AccountKeyMetadata
屬性值
secondaryReadonlyMasterKey
與指定 Cosmos DB 資料庫帳戶之次要Read-Only金鑰相關的中繼資料。 注意:此屬性不會序列化。 它只能由伺服器填入。
secondaryReadonlyMasterKey?: AccountKeyMetadata