Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.OutputMode |
AggregationOptions.getOutputMode()
The mode of output for this configuration.
|
static AggregationOptions.OutputMode |
AggregationOptions.OutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationOptions.OutputMode[] |
AggregationOptions.OutputMode.values()
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)
The mode of output for this configuration.
|