FileVersion Class

Information about the version of image store file.

Inheritance
FileVersion

Constructor

FileVersion(*, version_number: Optional[str] = None, epoch_data_loss_number: Optional[str] = None, epoch_configuration_number: Optional[str] = None, **kwargs)

Parameters

version_number
str
Required

The current image store version number for the file is used in image store for checking whether it need to be updated.

epoch_data_loss_number
str
Required

The epoch data loss number of image store replica when this file entry was updated or created.

epoch_configuration_number
str
Required

The epoch configuration version number of the image store replica when this file entry was created or updated.