IBinaryObjectLifetime

Represents the entity of a version of a binary object.

The entity represents a version for a binary object. The lifetime of the object is not dependent on a version of the data object. The lifetime can extend over several versions of the data object. The properties of the entity provide information as to the version of the data object in which the binary data was created and the version in which the binary data in the data object was changed or removed.

The history of the lifetime of a binary object version is important if the version of the data object is to be restored. In this case, the Client API uses this data internally in order to restore the appropriate binary data with the data object version.

Properties

PropertyDescription
FromMinorVersion:Int32

Returns the minor version of the data object in which the binary data was added to the data object.

UntilMajorVersion:Int32

Returns the major version of the data object in which the binary data was updated by a new version or removed from the data object.

UntilMinorVersion:Int32

Returns the minor version of the data object in which the binary data was updated by a new version or removed from the data object.