Skip to content

Commit 96abc7f

Browse files
committed
Add config docs to cpp_api/config.h
1 parent 485dace commit 96abc7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tiledb/api/c_api/config/config_api_external.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
750750
* **Default**: true
751751
* - `rest.use_refactored_array_open_and_query_submit` <br>
752752
* If true, the new REST routes and APIs for opening an array and submitting
753-
* a query will be used <br>
753+
* a query will be used <br>
754754
* **Default**: true
755755
* - `rest.curl.buffer_size` <br>
756756
* Set curl buffer size for REST requests <br>

tiledb/sm/cpp_api/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,10 @@ class Config {
915915
* If true, array non empty domain will be loaded and sent to server
916916
* together with the open array <br>
917917
* **Default**: true
918+
* - `rest.load_enumerations_on_array_open` <br>
919+
* If true, enumerations will be loaded and sent to server together with
920+
* the open array.
921+
* **Default**: false
918922
* - `rest.use_refactored_array_open` <br>
919923
* If true, the new REST routes and APIs for opening an array will be used
920924
* <br>

0 commit comments

Comments
 (0)