fun CreateIndexOptions.maxTime(maxTime: Long): CreateIndexOptions fun DropIndexOptions.maxTime(maxTime: Long): DropIndexOptions fun EstimatedDocumentCountOptions.maxTime(maxTime: Long): EstimatedDocumentCountOptions fun FindOneAndDeleteOptions.maxTime(maxTime: Long): FindOneAndDeleteOptions fun FindOneAndReplaceOptions.maxTime(maxTime: Long): FindOneAndReplaceOptions fun FindOneAndUpdateOptions.maxTime(maxTime: Long): FindOneAndUpdateOptions maxTime extension function
Return
the options
Parameters