Package tech.ydb.yoj.databind.schema
Annotation Interface TTL
Specifies TTL settings fot the annotated entity.
Example:
@TTL(field = "createdAt", interval = "PT12H")
public class LogEntry { ... }
-
Required Element Summary
Required Elements