Click or drag to resize

FeatureId Enumeration

Represents the Id of a feature.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public enum FeatureId
Members
  Member nameValueDescription
AggregateAllowDiskUse0 The aggregate allow disk use feature.
AggregateCursor1 The aggregate cursor feature.
AggregateExplain2 The aggregate explain feature.
AggregateOutputToCollection3 The aggregate output to collection feature.
CreateIndexCommand4 The create index command feature.
MaxTime5 The max time feature.
GeoJson6 The GeoJson data and query feature.
ParallelScanCommand7 The parallel scan command.
TextSearchCommand8 The text search command.
TextSearchQuery9 The text search query operator.
UserManagementCommands10 The user management commands.
WriteCommands11 The write commands.
WriteOpcodes12 The write opcodes.
See Also