Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.OutputMode |
AggregationOptions.getOutputMode()
Deprecated.
There is no replacement for this. Applications can assume that the driver will use a cursor for server versions
that support it (>= 2.6). The driver will ignore this as of MongoDB 3.6, which does not support inline results for the aggregate
command.
|
static AggregationOptions.OutputMode |
AggregationOptions.OutputMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AggregationOptions.OutputMode[] |
AggregationOptions.OutputMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.Builder |
AggregationOptions.Builder.outputMode(AggregationOptions.OutputMode mode)
Deprecated.
There is no replacement for this. Applications can assume that the driver will use a cursor for server versions
that support it (>= 2.6). The driver will ignore this as of MongoDB 3.6, which does not support inline results for the
aggregate command.
|
Copyright © 2017. All Rights Reserved.