> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.RawUpdateRecordsRequest.RecordEncoding

> kinetica.RawUpdateRecordsRequest.RecordEncoding — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RawUpdateRecordsRequest#a4db8286f4cb9d16da8de268f027e64d2" title="Identifies which of RawUpdateRecordsRequest.records_to_insert and RawUpdateRecordsRequest....">RawUpdateRecordsRequest.record\_encoding</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:aef8f30f6f4b1b961d4f8fe7fe2e542a0" id="r_aef8f30f6f4b1b961d4f8fe7fe2e542a0">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aef8f30f6f4b1b961d4f8fe7fe2e542a0">BINARY</a> = "binary"</td>
      </tr>

      <tr className="memdesc:aef8f30f6f4b1b961d4f8fe7fe2e542a0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A constant for the <a className="el" href="/content/api/cs/structkinetica_1_1RawUpdateRecordsRequest_1_1RecordEncoding" title="A set of string constants for the parameter RawUpdateRecordsRequest.record_encoding.">RawUpdateRecordsRequest.RecordEncoding</a> options. <br /></td>
      </tr>

      <tr className="separator:aef8f30f6f4b1b961d4f8fe7fe2e542a0">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a1d48fe28304d4963e5b736645243b2b6" id="r_a1d48fe28304d4963e5b736645243b2b6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1d48fe28304d4963e5b736645243b2b6">JSON</a> = "json"</td>
      </tr>

      <tr className="memdesc:a1d48fe28304d4963e5b736645243b2b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A constant for the <a className="el" href="/content/api/cs/structkinetica_1_1RawUpdateRecordsRequest_1_1RecordEncoding" title="A set of string constants for the parameter RawUpdateRecordsRequest.record_encoding.">RawUpdateRecordsRequest.RecordEncoding</a> options. <br /></td>
      </tr>

      <tr className="separator:a1d48fe28304d4963e5b736645243b2b6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RawUpdateRecordsRequest#a4db8286f4cb9d16da8de268f027e64d2" title="Identifies which of RawUpdateRecordsRequest.records_to_insert and RawUpdateRecordsRequest....">RawUpdateRecordsRequest.record\_encoding</a>. </p>
      <p>Identifies which of <a className="el" href="/content/api/cs/classkinetica_1_1RawUpdateRecordsRequest#a298b02095ef7f723beab204d7c480a94" title="An optional list of new binary-avro encoded records to insert, one for each update.">RawUpdateRecordsRequest.records\_to\_insert</a> and <a className="el" href="/content/api/cs/classkinetica_1_1RawUpdateRecordsRequest#a70dd78dd99635a09a43fd4fc37f7d944" title="An optional list of JSON encoded objects to insert, one for each update, to be added if the particula...">RawUpdateRecordsRequest.records\_to\_insert\_str</a> should be used. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source#l00067">67</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source">UpdateRecords.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aef8f30f6f4b1b961d4f8fe7fe2e542a0">◆ </a></span>BINARY</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RawUpdateRecordsRequest.RecordEncoding.BINARY = "binary"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A constant for the <a className="el" href="/content/api/cs/structkinetica_1_1RawUpdateRecordsRequest_1_1RecordEncoding" title="A set of string constants for the parameter RawUpdateRecordsRequest.record_encoding.">RawUpdateRecordsRequest.RecordEncoding</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source#l00071">71</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source">UpdateRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1d48fe28304d4963e5b736645243b2b6">◆ </a></span>JSON</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RawUpdateRecordsRequest.RecordEncoding.JSON = "json"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A constant for the <a className="el" href="/content/api/cs/structkinetica_1_1RawUpdateRecordsRequest_1_1RecordEncoding" title="A set of string constants for the parameter RawUpdateRecordsRequest.record_encoding.">RawUpdateRecordsRequest.RecordEncoding</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source#l00075">75</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source">UpdateRecords.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2UpdateRecords_8cs_source">UpdateRecords.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2UpdateRecords_8cs_source">UpdateRecords.cs</a></li>
    </ul>
  </div>
</div>
