> ## 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.AppendRecordsRequest.Options

> kinetica.AppendRecordsRequest.Options — 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_1AppendRecordsRequest#a62bae18202e98302883d2fef0411086f" title="Optional parameters.">AppendRecordsRequest.options</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:a08628c25533ae86e83b5136ba14687a1" id="r_a08628c25533ae86e83b5136ba14687a1">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a08628c25533ae86e83b5136ba14687a1">OFFSET</a> = "offset"</td>
      </tr>

      <tr className="memdesc:a08628c25533ae86e83b5136ba14687a1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A positive integer indicating the number of initial results to skip from <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a77209b92dc12ff4a0243fb309756c7e5" id="r_a77209b92dc12ff4a0243fb309756c7e5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a77209b92dc12ff4a0243fb309756c7e5">LIMIT</a> = "limit"</td>
      </tr>

      <tr className="memdesc:a77209b92dc12ff4a0243fb309756c7e5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A positive integer indicating the maximum number of results to be returned from <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a1edfd7d6525996d8feb99f18e2620917" id="r_a1edfd7d6525996d8feb99f18e2620917">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1edfd7d6525996d8feb99f18e2620917">EXPRESSION</a> = "expression"</td>
      </tr>

      <tr className="memdesc:a1edfd7d6525996d8feb99f18e2620917">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Filter expression to apply to the <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. <br /></td>
      </tr>

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

      <tr className="memitem:afb2701557cc315b16726b59b777389b4" id="r_afb2701557cc315b16726b59b777389b4">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#afb2701557cc315b16726b59b777389b4">ORDER\_BY</a> = "order\_by"</td>
      </tr>

      <tr className="memdesc:afb2701557cc315b16726b59b777389b4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of the columns to be sorted by from source table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>), e.g., 'timestamp asc, x desc'. <br /></td>
      </tr>

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

      <tr className="memitem:abae7291e863ee228024a4a698c288266" id="r_abae7291e863ee228024a4a698c288266">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> = "update\_on\_existing\_pk"</td>
      </tr>

      <tr className="memdesc:abae7291e863ee228024a4a698c288266">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the record collision policy for inserting source table records (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>) into a target table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a914463080e07ae9e7648d0831d8cb7e6" title="The table name for the records to be appended, in [schema_name.">AppendRecordsRequest.table\_name</a>) with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>. <br /></td>
      </tr>

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

      <tr className="memitem:aa9c946c30bffcb12f1124aecabe61775" id="r_aa9c946c30bffcb12f1124aecabe61775">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:aa9c946c30bffcb12f1124aecabe61775">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AppendRecordsRequest_1_1Options" title="A set of string constants for the parameter AppendRecordsRequest.options.">AppendRecordsRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:ae66d5eb7464ba4dc6fba7e63578a0d2c" id="r_ae66d5eb7464ba4dc6fba7e63578a0d2c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:ae66d5eb7464ba4dc6fba7e63578a0d2c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AppendRecordsRequest_1_1Options" title="A set of string constants for the parameter AppendRecordsRequest.options.">AppendRecordsRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:a20df2185298538e465a48cdd14d25e64" id="r_a20df2185298538e465a48cdd14d25e64">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a20df2185298538e465a48cdd14d25e64">ENABLE\_INPLACE\_UPDATES</a> = "enable\_inplace\_updates"</td>
      </tr>

      <tr className="memdesc:a20df2185298538e465a48cdd14d25e64">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Applies only when upserting (when <a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>). <br /></td>
      </tr>

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

      <tr className="memitem:ae2320cad371162804424604fa4383fb8" id="r_ae2320cad371162804424604fa4383fb8">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae2320cad371162804424604fa4383fb8">IGNORE\_EXISTING\_PK</a> = "ignore\_existing\_pk"</td>
      </tr>

      <tr className="memdesc:ae2320cad371162804424604fa4383fb8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the record collision error-suppression policy for inserting source table records (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>) into a target table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a914463080e07ae9e7648d0831d8cb7e6" title="The table name for the records to be appended, in [schema_name.">AppendRecordsRequest.table\_name</a>) with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>, only used when not in upsert mode (upsert mode is disabled when <a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>). <br /></td>
      </tr>

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

      <tr className="memitem:ab3474d2bc71ccc3cca4b85748e1189fc" id="r_ab3474d2bc71ccc3cca4b85748e1189fc">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab3474d2bc71ccc3cca4b85748e1189fc">PK\_CONFLICT\_PREDICATE\_HIGHER</a> = "pk\_conflict\_predicate\_higher"</td>
      </tr>

      <tr className="memdesc:ab3474d2bc71ccc3cca4b85748e1189fc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The record with higher value for the column resolves the primary-key insert conflict. <br /></td>
      </tr>

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

      <tr className="memitem:aaaf943badcda488b7d15435b0a7c08e1" id="r_aaaf943badcda488b7d15435b0a7c08e1">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aaaf943badcda488b7d15435b0a7c08e1">PK\_CONFLICT\_PREDICATE\_LOWER</a> = "pk\_conflict\_predicate\_lower"</td>
      </tr>

      <tr className="memdesc:aaaf943badcda488b7d15435b0a7c08e1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The record with lower value for the column resolves the primary-key insert conflict. <br /></td>
      </tr>

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

      <tr className="memitem:ad0bd83a5cac243f2f84e185c4e1a6f79" id="r_ad0bd83a5cac243f2f84e185c4e1a6f79">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad0bd83a5cac243f2f84e185c4e1a6f79">TRUNCATE\_STRINGS</a> = "truncate\_strings"</td>
      </tr>

      <tr className="memdesc:ad0bd83a5cac243f2f84e185c4e1a6f79">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If set to <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>, it allows inserting longer strings into smaller charN string columns by truncating the longer strings to fit. <br /></td>
      </tr>

      <tr className="separator:ad0bd83a5cac243f2f84e185c4e1a6f79">
        <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_1AppendRecordsRequest#a62bae18202e98302883d2fef0411086f" title="Optional parameters.">AppendRecordsRequest.options</a>. </p>
      <p>Optional parameters.</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_2AppendRecords_8cs_source#l00026">26</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a20df2185298538e465a48cdd14d25e64">◆ </a></span>ENABLE\_INPLACE\_UPDATES</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.AppendRecordsRequest.Options.ENABLE\_INPLACE\_UPDATES = "enable\_inplace\_updates"</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>Applies only when upserting (when <a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>). </p>
        <p>If set to <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>, an existing record matched by primary key is modified in place. If set to <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>, it is updated by deleting the existing record and inserting a replacement (delete and insert), which prevents the change from being reflected in dependent materialized views until they are refreshed. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a> </li>
          <li> <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>.</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_2AppendRecords_8cs_source#l00133">133</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1edfd7d6525996d8feb99f18e2620917">◆ </a></span>EXPRESSION</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.AppendRecordsRequest.Options.EXPRESSION = "expression"</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>Filter expression to apply to the <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. </p>
        <p>The default value is ''.</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_2AppendRecords_8cs_source#l00047">47</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">◆ </a></span>FALSE</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.AppendRecordsRequest.Options.FALSE = "false"</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 boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AppendRecordsRequest_1_1Options" title="A set of string constants for the parameter AppendRecordsRequest.options.">AppendRecordsRequest.Options</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_2AppendRecords_8cs_source#l00105">105</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae2320cad371162804424604fa4383fb8">◆ </a></span>IGNORE\_EXISTING\_PK</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.AppendRecordsRequest.Options.IGNORE\_EXISTING\_PK = "ignore\_existing\_pk"</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>Specifies the record collision error-suppression policy for inserting source table records (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>) into a target table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a914463080e07ae9e7648d0831d8cb7e6" title="The table name for the records to be appended, in [schema_name.">AppendRecordsRequest.table\_name</a>) with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>, only used when not in upsert mode (upsert mode is disabled when <a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>). </p>
        <p>If set to <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>, any source table record being inserted that is rejected for having primary key values that match those of an existing target table record will be ignored with no error generated. If <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>, the rejection of any source table record for having primary key values matching an existing target table record will result in an error being raised. If the specified table does not have a primary key or if upsert mode is in effect (<a className="el" href="#abae7291e863ee228024a4a698c288266">UPDATE\_ON\_EXISTING\_PK</a> is <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>), then this option has no effect. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>: Ignore source table records whose primary key values collide with those of target table records. </li>
          <li> <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>: Raise an error for any source table record whose primary key values collide with those of a target table record. </li>
        </ul>

        <p>The default value is <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>.</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_2AppendRecords_8cs_source#l00179">179</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a77209b92dc12ff4a0243fb309756c7e5">◆ </a></span>LIMIT</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.AppendRecordsRequest.Options.LIMIT = "limit"</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 positive integer indicating the maximum number of results to be returned from <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. </p>
        <p>Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is '-9999'. </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_2AppendRecords_8cs_source#l00042">42</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a08628c25533ae86e83b5136ba14687a1">◆ </a></span>OFFSET</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.AppendRecordsRequest.Options.OFFSET = "offset"</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 positive integer indicating the number of initial results to skip from <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>. </p>
        <p>Default is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. The default value is '0'.</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_2AppendRecords_8cs_source#l00034">34</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afb2701557cc315b16726b59b777389b4">◆ </a></span>ORDER\_BY</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.AppendRecordsRequest.Options.ORDER\_BY = "order\_by"</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>Comma-separated list of the columns to be sorted by from source table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>), e.g., 'timestamp asc, x desc'. </p>
        <p>The <a className="el" href="#afb2701557cc315b16726b59b777389b4">ORDER\_BY</a> columns do not have to be present in <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a7bdb37717b291b2cdd73969fa5d7d09a" title="Contains the mapping of column names from the target table (specified by AppendRecordsRequest....">AppendRecordsRequest.field\_map</a>. The default value is ''. </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_2AppendRecords_8cs_source#l00058">58</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab3474d2bc71ccc3cca4b85748e1189fc">◆ </a></span>PK\_CONFLICT\_PREDICATE\_HIGHER</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.AppendRecordsRequest.Options.PK\_CONFLICT\_PREDICATE\_HIGHER = "pk\_conflict\_predicate\_higher"</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>The record with higher value for the column resolves the primary-key insert conflict. </p>
        <p>The default value is ''.</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_2AppendRecords_8cs_source#l00184">184</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aaaf943badcda488b7d15435b0a7c08e1">◆ </a></span>PK\_CONFLICT\_PREDICATE\_LOWER</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.AppendRecordsRequest.Options.PK\_CONFLICT\_PREDICATE\_LOWER = "pk\_conflict\_predicate\_lower"</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>The record with lower value for the column resolves the primary-key insert conflict. </p>
        <p>The default value is ''.</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_2AppendRecords_8cs_source#l00189">189</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa9c946c30bffcb12f1124aecabe61775">◆ </a></span>TRUE</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.AppendRecordsRequest.Options.TRUE = "true"</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 boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AppendRecordsRequest_1_1Options" title="A set of string constants for the parameter AppendRecordsRequest.options.">AppendRecordsRequest.Options</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_2AppendRecords_8cs_source#l00101">101</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad0bd83a5cac243f2f84e185c4e1a6f79">◆ </a></span>TRUNCATE\_STRINGS</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.AppendRecordsRequest.Options.TRUNCATE\_STRINGS = "truncate\_strings"</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>If set to <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>, it allows inserting longer strings into smaller charN string columns by truncating the longer strings to fit. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a> </li>
          <li> <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>.</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_2AppendRecords_8cs_source#l00210">210</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_2AppendRecords_8cs_source">AppendRecords.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#abae7291e863ee228024a4a698c288266">◆ </a></span>UPDATE\_ON\_EXISTING\_PK</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.AppendRecordsRequest.Options.UPDATE\_ON\_EXISTING\_PK = "update\_on\_existing\_pk"</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>Specifies the record collision policy for inserting source table records (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a11b88c12ee8ac611876a0a72ee98e1dc" title="The source table name to get records from, in [schema_name.">AppendRecordsRequest.source\_table\_name</a>) into a target table (specified by <a className="el" href="/content/api/cs/classkinetica_1_1AppendRecordsRequest#a914463080e07ae9e7648d0831d8cb7e6" title="The table name for the records to be appended, in [schema_name.">AppendRecordsRequest.table\_name</a>) with a <a href="/content/concepts/tables/#primary-keys" target="_top">primary key</a>. </p>
        <p>If set to <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>, any existing table record with primary key values that match those of a source table record being inserted will be replaced by that new record (the new data will be "upserted"). If set to <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>, any existing table record with primary key values that match those of a source table record being inserted will remain unchanged, while the source record will be rejected and an error handled as determined by <a className="el" href="#ae2320cad371162804424604fa4383fb8">IGNORE\_EXISTING\_PK</a>. If the specified table does not have a primary key, then this option has no effect. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aa9c946c30bffcb12f1124aecabe61775">TRUE</a>: Upsert new records when primary keys match existing records. </li>
          <li> <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>: Reject new records when primary keys match existing records. </li>
        </ul>

        <p>The default value is <a className="el" href="#ae66d5eb7464ba4dc6fba7e63578a0d2c">FALSE</a>.</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_2AppendRecords_8cs_source#l00097">97</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_2AppendRecords_8cs_source">AppendRecords.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_2AppendRecords_8cs_source">AppendRecords.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AppendRecords_8cs_source">AppendRecords.cs</a></li>
    </ul>
  </div>
</div>
