検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 35 for ReadPreference (0.039 sec.)
Execute a database command that reads on this server 6842
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... alue from the MongoDB Connection URI . 注意 : The "readPreference" option does not control the server to which the d ... ver sets the wire protocol accordingly or adds the read preference to the operation, respectively. パラメータ db ( s ... ion time if specified for an older server version. readPreference MongoDB\Driver\ReadPreference A read preference to ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Returns the hostname of this server 6778
« MongoDB\Driver\Server::executeWriteCommand MongoDB\Driver\Server::getInfo » PHP Manual MongoDB ... /localhost:27017/" ); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driver \ ReadPreference :: RP_PRIMARY ...
https://man.plustar.jp/php/mongodb-driver-server.gethost.html - [similar]
Returns the port on which this server is listening 6778
« MongoDB\Driver\Server::getLatency MongoDB\Driver\Server::getServerDescription » PHP Manual Mon ... /localhost:27017/" ); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driver \ ReadPreference :: RP_PRIMARY ...
https://man.plustar.jp/php/mongodb-driver-server.getport.html - [similar]
Returns the server associated with this write result 6747
« MongoDB\Driver\WriteResult::getModifiedCount MongoDB\Driver\WriteResult::getUpsertedCount » PH ... = $manager -> selectServer (new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driver \ ReadPreference :: RP_PRIMARY ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getserver.html - [similar]
Create new MongoDB Manager 6699
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... tiple suitable MongoDB instances while resolving a read preference. Defaults to 15 milliseconds. maxStalenessSeconds ... int Corresponds to the read preference's "maxStalenessSeconds" . Specifies, in seconds, ... a read operation. For details, see MongoDB\Driver\ReadPreference . If specified, the max staleness must be a signed ... it integer greater than or equal to MongoDB\Driver\ReadPreference::SMALLEST_MAX_STALENESS_SECONDS (i.e. 90 seconds). ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Returns the latency of this server in milliseconds 6699
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... /localhost:27017/" ); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driver \ ReadPreference :: RP_PRIMARY ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
The MongoDB\Driver\TopologyDescription class 6667
« MongoDB\Driver\ServerDescription::getType MongoDB\Driver\TopologyDescription::getServers » PHP ... final public hasReadableServer ( ? MongoDB\Driver\ReadPreference $readPreference = null ): bool final public hasWri ...
https://man.plustar.jp/php/class.mongodb-driver-topologydescription.html - [similar]
Create a new Query 6667
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... Driver \ Manager ( 'mongodb://localhost:27017' ); $readPreference = new MongoDB \ Driver \ ReadPreference ( MongoDB ... \ Driver \ ReadPreference :: RP_PRIMARY ); $cursor = $manager -> executeQuer ... y ( 'databaseName.collectionName' , $query , $readPreference ); foreach( $cursor as $document ) { var_dump ( $d ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Starts a transaction 6651
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... ion time if specified for an older server version. readPreference MongoDB\Driver\ReadPreference A read preference to ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
Start a new client session for use with this client 6587
« MongoDB\Driver\Manager::selectServer MongoDB\Driver\Command » PHP Manual MongoDB\Driver\Manage ... ion time if specified for an older server version. readPreference MongoDB\Driver\ReadPreference A read preference to ...
https://man.plustar.jp/php/mongodb-driver-manager.startsession.html - [similar]
PREV 1 2 3 4 NEXT