How to Retrieve/Set Creation Time of a Set in Aerospike?

I’m working on a project where it’s essential to track the creation time of sets within the Aerospike database. I couldn’t find any built-in mechanism to retrieve the creation time of a set. Is there a recommended approach or best practice for achieving this?

Any insights or suggestions would be greatly appreciated

Thank you!

I will be very interested in understanding the “why” … from your data model perspective. A set can be created merely by declaring a secondary index on a namespace and a set name and not have any records in the set (yet). Once a set name is created, it cannot be deleted (easily). Latest server (7.x) limits set names to max 4095. So, what kind of data modeling requirement needs to know set creation time? Curious.