source: file: apiargs-common-option.yaml ref: readConcern operation: MongoDB\\Database::withOptions description: | The default read concern to use for database operations. Defaults to the original Databases's specified read concern. --- source: file: apiargs-common-option.yaml ref: readPreference operation: MongoDB\\Database::withOptions description: | The default read preference to use for database operations. Defaults to the original Database's read preference. --- source: file: apiargs-common-option.yaml ref: typeMap operation: MongoDB\\Database::withOptions description: | Default type map for cursors and BSON documents. Defaults to the original Database's type map value. --- source: file: apiargs-common-option.yaml ref: writeConcern operation: MongoDB\\Database::withOptions description: | The default write concern to use for database operations. Defaults to the original Database's specified write concern. ...