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.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.name #

Instance Method Detail

def command(version : String) #

Returns a pair of OP_MSG body and sequences associated with the command and arguments.