Contains lock version information for different levels of a data table hierarchy. Used for optimistic locking to
prevent concurrent modification conflicts. Each component has its own lock version that changes when that component
is modified.
The lock version for the data table itself. Used for optimistic locking and table versioning. Changes with each
update to the table's metadata or structure.
Returns:
The lock version for the data table itself. Used for optimistic locking and table versioning. Changes
with each update to the table's metadata or structure.
The lock version for a specific attribute. When the ValueLockLevel is ATTRIBUTE, this version changes when any
value for the attribute changes. For other lock levels, it only changes when the attribute's properties are
directly updated.
Returns:
The lock version for a specific attribute. When the ValueLockLevel is ATTRIBUTE, this version changes
when any value for the attribute changes. For other lock levels, it only changes when the attribute's
properties are directly updated.
The lock version for a specific set of primary values (record). This includes the default record even if the
table does not have any primary attributes. Used for record-level locking.
Returns:
The lock version for a specific set of primary values (record). This includes the default record even if
the table does not have any primary attributes. Used for record-level locking.
Indicates whether some other object is "equal to" this one by SDK fields.
An SDK field is a modeled, non-inherited field in an SdkPojo class,
and is generated based on a service model.
If an SdkPojo class does not have any inherited fields, equalsBySdkFields
and equals are essentially the same.
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
redacted from this string using a placeholder value.