tryGetMultiPastObjects

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 where each element represents a past object if found, or None if not found.

Parameters

pastObjects

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.