View Array Details
Last updated
Was this helpful?
Last updated
Was this helpful?
You can access the array details programmatically via the TileDB Cloud API (e.g., see ), 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.
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.