From 80f26e567422d194778a861adac9a2c3a4638f64 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 25 Apr 2018 14:57:17 +0000 Subject: [PATCH] Alphabetise git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344837 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mongodb/driver/query/construct.xml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/reference/mongodb/mongodb/driver/query/construct.xml b/reference/mongodb/mongodb/driver/query/construct.xml index 5805ed6979..59c9098570 100644 --- a/reference/mongodb/mongodb/driver/query/construct.xml +++ b/reference/mongodb/mongodb/driver/query/construct.xml @@ -182,6 +182,19 @@ + + maxAwaitTimeMS + integer + + + Positive integer denoting the time limit in milliseconds for the + server to block a getMore operation if no data is available. This + option should only be used in conjunction with the + "tailable" and "awaitData" + options. + + + maxScan integer @@ -201,19 +214,6 @@ - - maxAwaitTimeMS - integer - - - Positive integer denoting the time limit in milliseconds for the - server to block a getMore operation if no data is available. This - option should only be used in conjunction with the - "tailable" and "awaitData" - options. - - - maxTimeMS integer @@ -349,17 +349,6 @@ boolean Allow query of replica set secondaries - - sort - array|object - - The sort specification for the ordering of the results. - - Falls back to the deprecated "$orderby" modifier - if not specified. - - - snapshot boolean @@ -379,6 +368,17 @@ + + sort + array|object + + The sort specification for the ordering of the results. + + Falls back to the deprecated "$orderby" modifier + if not specified. + + + tailable boolean