◆ SubmitRequestRawBytes()
| inline |
Submit pre-encoded request bytes directly to a specific URL without HA failover.
Returns the raw Kinetica response wrapper (status, message, data) for error checking. This is the lowest-level method for maximum performance (used by BulkInserter).
Matches Rust gpudb.rs submit_request_raw() with pre-encoded bytes.
Parameters
| url | Full URL to submit to. |
| requestBytes | Pre-encoded Avro request bytes. |
Returns
Raw response wrapper containing status, message, and data bytes.
Definition at line 1349 of file Kinetica.cs.