You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* send a UDF to run against a specified array/URI registered to a group/project
119
+
* @param namespace namespace array is in (an organization name or user's username) (required)
120
+
* @param array name/uri of array that is url-encoded (required)
121
+
* @param udf UDF to run (required)
122
+
* @param xPayer Name of organization or user who should be charged for this request (optional)
123
+
* @param acceptEncoding Encoding to use (optional)
124
+
* @param v2 flag to indicate if v2 array UDFs should be used, currently in beta testing. Setting any value will enable v2 array UDFs. (optional)
125
+
* @return byte[]
126
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
127
+
* @http.response.details
128
+
<table summary="Response Details" border="1">
129
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
130
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
131
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
* send a UDF to run against a specified array/URI registered to a group/project
142
+
* @param namespace namespace array is in (an organization name or user's username) (required)
143
+
* @param array name/uri of array that is url-encoded (required)
144
+
* @param udf UDF to run (required)
145
+
* @param xPayer Name of organization or user who should be charged for this request (optional)
146
+
* @param acceptEncoding Encoding to use (optional)
147
+
* @param v2 flag to indicate if v2 array UDFs should be used, currently in beta testing. Setting any value will enable v2 array UDFs. (optional)
148
+
* @return ApiResponse<File>
149
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
150
+
* @http.response.details
151
+
<table summary="Response Details" border="1">
152
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
153
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
154
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
* @param namespace namespace array is in (an organization name or user's username) (required)
167
+
* @param udf UDF to run (required)
168
+
* @param acceptEncoding Encoding to use (optional)
169
+
* @return String
170
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
171
+
* @http.response.details
172
+
<table summary="Response Details" border="1">
173
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
174
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
175
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
* @param namespace namespace array is in (an organization name or user's username) (required)
187
+
* @param udf UDF to run (required)
188
+
* @param acceptEncoding Encoding to use (optional)
189
+
* @return ApiResponse<File>
190
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
191
+
* @http.response.details
192
+
<table summary="Response Details" border="1">
193
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
194
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
195
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
* @param namespace namespace array is in (an organization name or user's username) (required)
208
+
* @param udf UDF to run (required)
209
+
* @param acceptEncoding Encoding to use (optional)
210
+
* @return byte[]
211
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
212
+
* @http.response.details
213
+
<table summary="Response Details" border="1">
214
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
215
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
216
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
* @param namespace namespace array is in (an organization name or user's username) (required)
228
+
* @param udf UDF to run (required)
229
+
* @param acceptEncoding Encoding to use (optional)
230
+
* @return ApiResponse<File>
231
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
232
+
* @http.response.details
233
+
<table summary="Response Details" border="1">
234
+
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
235
+
<tr><td> 200 </td><td> UDF completed and the UDF-type specific result is returned </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
236
+
<tr><td> 0 </td><td> error response </td><td> * X-TILEDB-CLOUD-TASK-ID - Task ID for just completed request <br> </td></tr>
0 commit comments