◆ SubmitRequestRaw< TResponse >()
| inline |
Submit a request directly to a specific URL without HA failover.
Used for worker URLs in multi-head ingest, or when you have a specific URL to target.
Matches Rust gpudb.rs submit_request_raw() - public without HA failover.
Template Parameters
| TResponse | Kinetica Response Object Type |
Parameters
| url | Full URL to submit the request to |
| request | Kinetica Request Object |
| enableCompression | Use Compression |
| avroEncoding | Use Avro Encoding |
Returns
Response Object
Type Constraints
| TResponse | : | new() |
Definition at line 1328 of file Kinetica.cs.