Base class to implement shared functionality across the TileDBArray and TileDBGroup classes.
verboseWhether to print verbose output
configoptional configuration
ctxoptional tiledb context
uriThe URI of the TileDB object.
objectAccess the underlying TileB object directly (either a
tiledb::tiledb_array or tiledb::tiledb_group).
new()Create a new TileDB object.
TileDBObject$new(uri, verbose = TRUE, config = NULL, ctx = NULL)exists()Check if the object exists.