Skip to content

Commit

Permalink
Fast follow for SC-59450/#5379 (#5382)
Browse files Browse the repository at this point in the history
Update docs for REST enumeration config options.

---
TYPE: NO_HISTORY

---------

Co-authored-by: Shaun Reed <[email protected]>
  • Loading branch information
nickvigilante and shaunrd0 authored Nov 20, 2024
1 parent 38e3aed commit e651f9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions tiledb/api/c_api/config/config_api_external.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,12 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
* with the open array <br>
* **Default**: true
* - `rest.load_enumerations_on_array_open` <br>
* If true, enumerations will be loaded and sent to server together with
* the open array.
* If true, enumerations will be loaded for the latest array schema 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
Expand Down
8 changes: 4 additions & 4 deletions tiledb/sm/cpp_api/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -928,12 +928,12 @@ class Config {
* together with the open array <br>
* **Default**: true
* - `rest.load_enumerations_on_array_open` <br>
* If true, enumerations will be loaded for the latest array schema on
* array open.
* If true, enumerations will be loaded for the latest array schema 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 array schemas on array
* open.
* If true, enumerations will be loaded for all array 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
Expand Down

0 comments on commit e651f9a

Please sign in to comment.