ChangeStreamStageOptionsAllChangesForCluster Property |
Gets or sets whether to include all changes for an entire cluster in the change stream.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public bool? AllChangesForCluster { get; set; }
Public Property AllChangesForCluster As Boolean?
Get
Set
member AllChangesForCluster : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
Whether to include all changes for an entire cluster in the change stream.
See Also