irods / irods_capability_storage_tiering

BSD 3-Clause "New" or "Revised" License
5 stars 10 forks source link

Meaning and permitted values for irods::access_time are not documented #195

Open kjsanger opened 2 years ago

kjsanger commented 2 years ago

What operations constitute access? Are they client put/get, read/write, or does that include metadata access? Are the values unix epoch? Thanks

trel commented 2 years ago

I believe it's only data access itself, so read/get/write/put - and not metadata access, since that's just database info. We will confirm.

Yes, unix epoch.

We'll get this documented - thanks.

trel commented 2 years ago

Have created https://github.com/irods/irods_capability_storage_tiering/issues/200 to cover additional operations.