
# 读命令列表
MAS-Mongo-SDK将以下mongo命令视为读命令，上述的本地读单边写和注解强制路由均根据此表来操作。
表1读命令列表 
| 序号 | 命令                                        | 描述                      |
|:---|:---|:---|
| 1. | aggregate、count、distinct、mapReduce        | Aggregation Commands    |
| 2. | geoSearch                                 | Geospatial Commands     |
| 3. | find                                      | Query commands          |
| 4. | listCollections、listDatabases、listIndexes | Administration Commands |
   
