try Get Multi Past Objects
suspend fun tryGetMultiPastObjects(pastObjects: List<PastObjectRequest>, options: ObjectResponse.ObjectDataOptions): List<Option<PastObjectResponse>>
Tries to retrieve multiple past versions of objects based on the provided PastObjectRequest list and options.
Note: There is no software-level guarantee/SLA that objects with past versions can be retrieved by this API, even if the object and version exists/existed. The result may vary across nodes depending on their pruning policies. Return the object information for a specified version
Return
A list of Option
Parameters
past Objects
The list of PastObjectRequest objects containing the object IDs and version numbers.
options
The options for retrieving object data.
Throws
if an error occurs during the retrieval process.