共用方式為


MongoDbClusterInfo interface

描述 MongoDB 資料來源

屬性

databases

叢集中非系統資料庫的清單

supportsSharding

叢集是否支援分區化集合

type

資料來源的類型

version

x.y.z 格式的資料來源版本 (例如 3.6.7) 。 如果 Type 為 BlobContainer,則不會使用。

屬性詳細資料

databases

叢集中非系統資料庫的清單

databases: MongoDbDatabaseInfo[]

屬性值

supportsSharding

叢集是否支援分區化集合

supportsSharding: boolean

屬性值

boolean

type

資料來源的類型

type: string

屬性值

string

version

x.y.z 格式的資料來源版本 (例如 3.6.7) 。 如果 Type 為 BlobContainer,則不會使用。

version: string

屬性值

string