Values_2.TableVersionSourceSpecifies a version of a table.
type nonrec t = {table : Table.t option;The table in question.
*)versionId : Values_0.VersionString.t option;The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.
*)}