The MongoDB\Driver\WriteConcern class

(mongodb >=1.0.0)

Einführung

MongoDB\Driver\WriteConcern describes the level of acknowledgement requested from MongoDB for write operations to a standalone mongod or to replica sets or to sharded clusters. In sharded clusters, mongos instances will pass the write concern on to the shards.

Klassenbeschreibung

final class MongoDB\Driver\WriteConcern implements MongoDB\BSON\Serializable, Serializable {
/* Constants */
const string MAJORITY = "majority";
/* Methoden */
final public bsonSerialize(): object
final public __construct(string|int $w, int $wtimeout = ?, bool $journal = ?)
final public getJournal(): ?bool
final public getW(): string|int|null
final public getWtimeout(): int|MongoDB\BSON\Int64
final public isDefault(): bool
final public serialize(): string
final public unserialize(string $serialized): void
}

Vordefinierte Konstanten

MongoDB\Driver\WriteConcern::MAJORITY

Majority of all the members in the set; arbiters, non-voting members, passive members, hidden members and delayed members are all included in the definition of majority write concern.

Changelog

Version Beschreibung
PECL mongodb 1.7.0 Implements Serializable.
PECL mongodb 1.2.0 Implements MongoDB\BSON\Serializable.

Inhaltsverzeichnis

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

Eingabe in einer Datenbank

Note, First Name, Last Name, and Last Modified. There are columns and a corresponding output that works. Not even the input. Why? Did I miss this ...

Geschrieben von tridentlemon am 10.01.2025 09:59:33
Forum: SQL / Datenbanken
Kalenderwoche auf Sonntag anfangen lassen

To start the calendar week on Sunday, you can adjust the $Woche calculation by subtracting 1 from the day of the week before determining the ISO w ...

Geschrieben von laurennjames10 am 09.01.2025 05:29:15
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

That's a complex task, and using Selenium with a cron job on your local machine to process a large number of URLs might not be the most efficient ...

Geschrieben von moleculegel am 07.01.2025 05:27:01
Forum: PHP Developer Forum
Einträge die älter als 24h sind in der PostgreSQL Datenbank löschen

Stelle mal deine Frage bei ChatGPT, da bekommst du bestimmt eine Lösung. UNGLAUBLICH! Das hat funktioniert. Eine Genaue Anforderung "UseCase" sc ...

Geschrieben von sharbich am 06.01.2025 23:33:29
Forum: SQL / Datenbanken