File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments