MongoDbClusterInfo interface
描述 MongoDB 數據源
屬性
| databases | 叢集中非系統資料庫的清單 |
| supports |
叢集是否支援分區化集合 |
| type | 數據源的類型 |
| version | x.y.z 格式的數據源版本(例如 3.6.7)。 如果 Type 為 BlobContainer,則不會使用。 |
屬性詳細資料
databases
supportsSharding
叢集是否支援分區化集合
supportsSharding: boolean
屬性值
boolean
type
數據源的類型
type: string
屬性值
string
version
x.y.z 格式的數據源版本(例如 3.6.7)。 如果 Type 為 BlobContainer,則不會使用。
version: string
屬性值
string