ParameterTypeDescriptiondocumentdocument or array要插入到聚集中的文档或文档数组((json格式)writeConcerndocumentOptional. A document expressing the write concern. Omit to use the default write concern.See Write Concern.Do not explicitly set the write concern for the operation if run in atransaction. To use write concern with transactions, see Transactions and Write Concern.orderedboolean可选。如果为真,则按顺序插入数组中的文档,如果其中一个文档出现错误,MongoDB将返回而不处理数组中的其余文档。如果为假,则执行无序插入,如果其中一个文档出现错误,则继续处理数组中的主文档。在版本2.6+中默认为true 3. 示例
ParameterTypeDescriptiondocumentdocument要插入到聚集中的文档或文档数组((json格式)writeConcerndocumentOptional. A document expressing the write concern. Omit to use the default writeconcern.Do not explicitly set the write concern for the operation if run in a transaction. Touse write concern with transactions, see Transactions and Write Concern.orderedboolean可选,一个布尔值,指定Mongod实例应执行有序插入还是无序插入。默认为true。 3. 示例