Uses of Class
org.springframework.data.mongodb.core.aggregation.OutOperation
Packages that use OutOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of OutOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return OutOperationModifier and TypeMethodDescriptionOptionally specify the database of the target collection.static OutOperationCreates a newOutOperationusing the given collection name.static OutOperationCreates a newOutOperationfor time series collections using the given collection name and time field.static OutOperationAggregation.out(String outCollectionName, String timeField, @Nullable String metaField, @Nullable Granularity granularity) Creates a newOutOperationfor time series collections using the given collection name, time field, meta field, and granularity.static OutOperationAggregation.out(String outCollectionName, CollectionOptions.TimeSeriesOptions timeSeriesOptions) Creates a newOutOperationfor time series collections using the given collection name and time series options.OutOperation.timeSeries(String timeField) Set the time series options for creating a time series collection with only the time field.OutOperation.timeSeries(String timeField, @Nullable String metaField, @Nullable Granularity granularity) Set the time series options for creating a time series collection with time field, meta field, and granularity.OutOperation.timeSeries(CollectionOptions.TimeSeriesOptions timeSeriesOptions) Set the time series options for creating a time series collection.