Skip to content

Commit

Permalink
Fast follow for SC-59450/#5379
Browse files Browse the repository at this point in the history
Updated config_api_external.h to match config.h
  • Loading branch information
nickvigilante committed Nov 20, 2024
1 parent 38e3aed commit b775d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tiledb/api/c_api/config/config_api_external.h
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,10 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
* If true, enumerations will be loaded and sent to server together with
* the open array.
* **Default**: false
* - `rest.load_enumerations_on_array_open_all_schemas` <br>
* If true, enumerations will be loaded for all schemas and sent to server
* together with the open array.
* **Default**: false
* - `rest.use_refactored_array_open` <br>
* If true, the new REST routes and APIs for opening an array
* will be used <br>
Expand Down

0 comments on commit b775d9f

Please sign in to comment.