module Mongo::Commands::SetFeatureCompatibilityVersion
Overview
Enables or disables the features that persist data incompatible with earlier versions of MongoDB.
NOTE for more details, please check the official MongoDB documentation.
Extended Modules
Defined in:
cryomongo/commands/admin/set_feature_compatibility_version.crClass Method Summary
Instance Method Summary
-
#command(version : String)
Returns a pair of OP_MSG body and sequences associated with the command and arguments.
Class Method Detail
Instance Method Detail
def command(version : String)
#
Returns a pair of OP_MSG body and sequences associated with the command and arguments.