Skip to content

Add support for creating time series collection. #3731

Closed
@christophstrobl

Description

@christophstrobl

Available since MongoDB 5.0.

@Document
public @interface TimeSeries {

    @AliasFor(annotation = Document.class, attribute = "collection")
    String collection() default "";

    String timeField();

    // ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions