eventVersion property
The version number of the stream record format. This number is updated
whenever the structure of Record
is modified.
Client applications must not assume that eventVersion
will
remain at a particular value, as this number is subject to change at any
time. In general, eventVersion
will only increase as the
low-level DynamoDB Streams API evolves.
Implementation
final String? eventVersion;