StorageVersionStatus
final case class StorageVersionStatus(commonEncodingVersion: Option[String], conditions: Option[Seq[StorageVersionCondition]], storageVersions: Option[Seq[ServerStorageVersion]])
API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.
- Source:
- StorageVersionStatus.scala