View Array Details

This page is currently under development and will be updated soon.

You can access the array details programmatically via the TileDB Cloud API (e.g., see Utilities), or on the console as follows. You can see the array overview, which includes the physical path of the array, permissions, a description, etc. Moreover, you can see the array schema, activity logs, metadata, sharing properties, monetization and settings.

Deleting (deregistering) an array (in Settings) does not physically delete your array from the physical cloud storage. It simply deregisters the array from TileDB Cloud. Your data will still be accessible by you outside of TileDB Cloud if you own the appropriate AWS access keys.

Renaming an array (in Settings) is under the danger zone, because from that point onwards you (and all the users you shared the array with) will have to change your code to add the new array name. The array will still be shared and accessible by the other users, but they will need to add the new name to their code. In other words, TileDB Cloud does not currently support automatic redirection of array URIs upon renaming.

Last updated