Package tech.ydb.yoj.databind.schema
Annotation Interface Changefeed
- See Also:
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFormat of the databooleanInitial table scanMode specifies the information that will be written to the feedRetention period for data in feed, inDurationISO format.booleanVirtual timestamps
-
Element Details
-
name
String name
-
-
-
mode
Changefeed.Mode modeMode specifies the information that will be written to the feed- Default:
- NEW_IMAGE
-
format
Changefeed.Format formatFormat of the data- Default:
- JSON
-
virtualTimestamps
boolean virtualTimestampsVirtual timestamps- Default:
- false
-
retentionPeriod
String retentionPeriodRetention period for data in feed, inDurationISO format. E.g.,PT1M- Default:
- "PT24H"
-
initialScan
boolean initialScanInitial table scan- Default:
- false
-