CreateEmptyTableRequest¶
Request for creating an empty table. Deprecated: Use DeclareTableRequest instead.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| identity | Identity | [optional] | |
| context | Map<String, String> | Arbitrary context for a request as key-value pairs. How to use the context is custom to the specific implementation. REST NAMESPACE ONLY Context entries are passed via HTTP headers using the naming convention `x-lance-ctx-<key>: <value>`. For example, a context entry `{\"trace_id\": \"abc123\"}` would be sent as the header `x-lance-ctx-trace_id: abc123`. | [optional] |
| id | List<String> | [optional] | |
| location | String | Optional storage location for the table. If not provided, the namespace implementation should determine the table location. | [optional] |
| vendCredentials | Boolean | Whether to include vended credentials in the response `storage_options`. When true, the implementation should provide vended credentials for accessing storage. When not set, the implementation can decide whether to return vended credentials. | [optional] |