Mongo::Commands::ConvertToCapped
The convertToCapped command converts an existing, non-capped collection to a capped collection within the same database.
NOTE: for more details, please check the official MongoDB documentation.
Class methods
name
The convertToCapped command converts an existing, non-capped collection to a capped collection within the same database.
NOTE: for more details, please check the official MongoDB documentation.