Table
Metadata
Declare a table
Declare a table with the given name without touching storage. This is a metadata-only operation that records the table existence and sets up aspects like access control.
For DirectoryNamespace implementation, this creates a .lance-reserved file in the table directory to mark the table's existence without creating actual Lance data files.
post/v1/table/{id}/declare
Request body
Response
Table properties result when declaring a table
Example response
{
"properties": {
"owner": "Ralph",
"created_at": "1452120468"
}
}