Skip to main content

◆ SubmitRequestRawBytes()

RawKineticaResponse kinetica.Kinetica.SubmitRequestRawBytes (Uriurl,
byte[]requestBytes )
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
urlFull URL to submit to.
requestBytesPre-encoded Avro request bytes.
Returns
Raw response wrapper containing status, message, and data bytes.

Definition at line 1349 of file Kinetica.cs.