> ## 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.CreateTableExternalRequest.CreateTableOptions

> kinetica.CreateTableExternalRequest.CreateTableOptions — 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_1CreateTableExternalRequest#a8948ab89fa978e7db279ff46563295ae" title="Options from Kinetica.createTable, allowing the structure of the table to be defined independently of...">CreateTableExternalRequest.create\_table\_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:ac525448f3fd5b9787f573d3ec21327ee" id="r_ac525448f3fd5b9787f573d3ec21327ee">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac525448f3fd5b9787f573d3ec21327ee">TYPE\_ID</a> = "type\_id"</td>
      </tr>

      <tr className="memdesc:ac525448f3fd5b9787f573d3ec21327ee">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">ID of a currently registered <a href="/content/concepts/types/" target="_top">type</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ace8196de194c14564761bc513e5106f4" id="r_ace8196de194c14564761bc513e5106f4">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ace8196de194c14564761bc513e5106f4">NO\_ERROR\_IF\_EXISTS</a> = "no\_error\_if\_exists"</td>
      </tr>

      <tr className="memdesc:ace8196de194c14564761bc513e5106f4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a>, prevents an error from occurring if the table already exists and is of the given type. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ad66084285dd847db41566d282e870481">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableExternalRequest_1_1CreateTableOptions" title="A set of string constants for the parameter CreateTableExternalRequest.create_table_options.">CreateTableExternalRequest.CreateTableOptions</a> options. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a9636bd2aa84548089b1caf0c103ab9d5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableExternalRequest_1_1CreateTableOptions" title="A set of string constants for the parameter CreateTableExternalRequest.create_table_options.">CreateTableExternalRequest.CreateTableOptions</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:a4af105ad9f5a687349bf9e89e22b19f7" id="r_a4af105ad9f5a687349bf9e89e22b19f7">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4af105ad9f5a687349bf9e89e22b19f7">IS\_REPLICATED</a> = "is\_replicated"</td>
      </tr>

      <tr className="memdesc:a4af105ad9f5a687349bf9e89e22b19f7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Affects the <a href="/content/concepts/tables/#distribution" target="_top">distribution scheme</a> for the table's data. <br /></td>
      </tr>

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

      <tr className="memitem:ac738cdb0c941c3b5002a768e7e4d7edb" id="r_ac738cdb0c941c3b5002a768e7e4d7edb">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac738cdb0c941c3b5002a768e7e4d7edb">FOREIGN\_KEYS</a> = "foreign\_keys"</td>
      </tr>

      <tr className="memdesc:ac738cdb0c941c3b5002a768e7e4d7edb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Semicolon-separated list of <a href="/content/concepts/tables/#foreign-keys" target="_top">foreign keys</a>, of the format '(source\_column\_name \[, ...]) references target\_table\_name(primary\_key\_column\_name \[, ...]) \[as foreign\_key\_name]'. <br /></td>
      </tr>

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

      <tr className="memitem:aa355be886f5c679039d34944f273f348" id="r_aa355be886f5c679039d34944f273f348">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa355be886f5c679039d34944f273f348">FOREIGN\_SHARD\_KEY</a> = "foreign\_shard\_key"</td>
      </tr>

      <tr className="memdesc:aa355be886f5c679039d34944f273f348">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Foreign shard key of the format 'source\_column references shard\_by\_column from target\_table(primary\_key\_column)'. <br /></td>
      </tr>

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

      <tr className="memitem:a9173236d2a4a8b126552f4472ca792f2" id="r_a9173236d2a4a8b126552f4472ca792f2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9173236d2a4a8b126552f4472ca792f2">PARTITION\_TYPE</a> = "partition\_type"</td>
      </tr>

      <tr className="memdesc:a9173236d2a4a8b126552f4472ca792f2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme to use. <br /></td>
      </tr>

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

      <tr className="memitem:ac0b971f4d1c6ae43ac485354b82b3f94" id="r_ac0b971f4d1c6ae43ac485354b82b3f94">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac0b971f4d1c6ae43ac485354b82b3f94">RANGE</a> = "RANGE"</td>
      </tr>

      <tr className="memdesc:ac0b971f4d1c6ae43ac485354b82b3f94">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Use <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a155e5f7d5bd9e84ab16d454c85be4e59" id="r_a155e5f7d5bd9e84ab16d454c85be4e59">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a155e5f7d5bd9e84ab16d454c85be4e59">INTERVAL</a> = "INTERVAL"</td>
      </tr>

      <tr className="memdesc:a155e5f7d5bd9e84ab16d454c85be4e59">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Use <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ac9236f07174d1727eb4840cc778c1700" id="r_ac9236f07174d1727eb4840cc778c1700">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac9236f07174d1727eb4840cc778c1700">LIST</a> = "LIST"</td>
      </tr>

      <tr className="memdesc:ac9236f07174d1727eb4840cc778c1700">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Use <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a5b3899017f9eef5ab59516a6ef6edafe" id="r_a5b3899017f9eef5ab59516a6ef6edafe">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5b3899017f9eef5ab59516a6ef6edafe">HASH</a> = "HASH"</td>
      </tr>

      <tr className="memdesc:a5b3899017f9eef5ab59516a6ef6edafe">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Use <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. <br /></td>
      </tr>

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

      <tr className="memitem:aa1c61d7309abc8e553b37360198d52ea" id="r_aa1c61d7309abc8e553b37360198d52ea">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa1c61d7309abc8e553b37360198d52ea">SERIES</a> = "SERIES"</td>
      </tr>

      <tr className="memdesc:aa1c61d7309abc8e553b37360198d52ea">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Use <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a1cc3cda6b333be501a5484af09f6a26e" id="r_a1cc3cda6b333be501a5484af09f6a26e">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1cc3cda6b333be501a5484af09f6a26e">PARTITION\_KEYS</a> = "partition\_keys"</td>
      </tr>

      <tr className="memdesc:a1cc3cda6b333be501a5484af09f6a26e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by <a className="el" href="#a12083806348efeadc1c10684888d5a36">PARTITION\_DEFINITIONS</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a12083806348efeadc1c10684888d5a36" id="r_a12083806348efeadc1c10684888d5a36">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a12083806348efeadc1c10684888d5a36">PARTITION\_DEFINITIONS</a> = "partition\_definitions"</td>
      </tr>

      <tr className="memdesc:a12083806348efeadc1c10684888d5a36">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of partition definitions, whose format depends on the choice of <a className="el" href="#a9173236d2a4a8b126552f4472ca792f2">PARTITION\_TYPE</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a818f520e125823df79714ba7377274c5" id="r_a818f520e125823df79714ba7377274c5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a818f520e125823df79714ba7377274c5">IS\_AUTOMATIC\_PARTITION</a> = "is\_automatic\_partition"</td>
      </tr>

      <tr className="memdesc:a818f520e125823df79714ba7377274c5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a>, a new partition will be created for values which don't fall into an existing partition. <br /></td>
      </tr>

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

      <tr className="memitem:a04a63187b3fde352857156329c8edcb5" id="r_a04a63187b3fde352857156329c8edcb5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a04a63187b3fde352857156329c8edcb5">TTL</a> = "ttl"</td>
      </tr>

      <tr className="memdesc:a04a63187b3fde352857156329c8edcb5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableExternalRequest#a91fa594f9d4a2c003906dece9fa0981b" title="Name of the table to be created, in [schema_name.">CreateTableExternalRequest.table\_name</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a5c703ebacbd3324c4c1915fd24fd9836" id="r_a5c703ebacbd3324c4c1915fd24fd9836">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5c703ebacbd3324c4c1915fd24fd9836">CHUNK\_SIZE</a> = "chunk\_size"</td>
      </tr>

      <tr className="memdesc:a5c703ebacbd3324c4c1915fd24fd9836">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the number of records per chunk to be used for this table. <br /></td>
      </tr>

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

      <tr className="memitem:a605ffb96a6353711da61ee387f30d600" id="r_a605ffb96a6353711da61ee387f30d600">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a605ffb96a6353711da61ee387f30d600">CHUNK\_COLUMN\_MAX\_MEMORY</a> = "chunk\_column\_max\_memory"</td>
      </tr>

      <tr className="memdesc:a605ffb96a6353711da61ee387f30d600">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the target maximum data size for each column in a chunk to be used for this table. <br /></td>
      </tr>

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

      <tr className="memitem:aaa5dac3c44d14bb73ed3950bd5e2f90c" id="r_aaa5dac3c44d14bb73ed3950bd5e2f90c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aaa5dac3c44d14bb73ed3950bd5e2f90c">CHUNK\_MAX\_MEMORY</a> = "chunk\_max\_memory"</td>
      </tr>

      <tr className="memdesc:aaa5dac3c44d14bb73ed3950bd5e2f90c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the target maximum data size for all columns in a chunk to be used for this table. <br /></td>
      </tr>

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

      <tr className="memitem:a6ad30b3548a1de3181009b3d97e0ce4a" id="r_a6ad30b3548a1de3181009b3d97e0ce4a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6ad30b3548a1de3181009b3d97e0ce4a">IS\_RESULT\_TABLE</a> = "is\_result\_table"</td>
      </tr>

      <tr className="memdesc:a6ad30b3548a1de3181009b3d97e0ce4a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates whether the table is a <a href="/content/concepts/tables_memory_only/" target="_top">memory-only table</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a2cbecd512ca194070ab5f73a2706172d" id="r_a2cbecd512ca194070ab5f73a2706172d">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2cbecd512ca194070ab5f73a2706172d">STRATEGY\_DEFINITION</a> = "strategy\_definition"</td>
      </tr>

      <tr className="memdesc:a2cbecd512ca194070ab5f73a2706172d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The <a href="/content/rm/concepts/#tier-strategies" target="_top">tier strategy</a> for the table and its columns. <br /></td>
      </tr>

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

      <tr className="memitem:a1f865722368ce479dfc312bbe18e6dd0" id="r_a1f865722368ce479dfc312bbe18e6dd0">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1f865722368ce479dfc312bbe18e6dd0">COMPRESSION\_CODEC</a> = "compression\_codec"</td>
      </tr>

      <tr className="memdesc:a1f865722368ce479dfc312bbe18e6dd0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for this table's columns. <br /></td>
      </tr>

      <tr className="separator:a1f865722368ce479dfc312bbe18e6dd0">
        <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_1CreateTableExternalRequest#a8948ab89fa978e7db279ff46563295ae" title="Options from Kinetica.createTable, allowing the structure of the table to be defined independently of...">CreateTableExternalRequest.create\_table\_options</a>. </p>
      <p><a className="el" href="/content/api/cs/structkinetica_1_1CreateTableExternalRequest_1_1Options" title="A set of string constants for the parameter CreateTableExternalRequest.options.">Options</a> from <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#ae10c184acd9c83d0063e8e4615270aba">Kinetica.createTable</a>, allowing the structure of the table to be defined independently of the data source</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_2CreateTableExternal_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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a605ffb96a6353711da61ee387f30d600">◆ </a></span>CHUNK\_COLUMN\_MAX\_MEMORY</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.CreateTableExternalRequest.CreateTableOptions.CHUNK\_COLUMN\_MAX\_MEMORY = "chunk\_column\_max\_memory"</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>Indicates the target maximum data size for each column in a chunk to be used for this table. </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_2CreateTableExternal_8cs_source#l00256">256</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aaa5dac3c44d14bb73ed3950bd5e2f90c">◆ </a></span>CHUNK\_MAX\_MEMORY</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.CreateTableExternalRequest.CreateTableOptions.CHUNK\_MAX\_MEMORY = "chunk\_max\_memory"</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>Indicates the target maximum data size for all columns in a chunk to be used for this table. </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_2CreateTableExternal_8cs_source#l00260">260</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5c703ebacbd3324c4c1915fd24fd9836">◆ </a></span>CHUNK\_SIZE</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.CreateTableExternalRequest.CreateTableOptions.CHUNK\_SIZE = "chunk\_size"</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>Indicates the number of records per chunk to be used for this table. </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_2CreateTableExternal_8cs_source#l00252">252</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1f865722368ce479dfc312bbe18e6dd0">◆ </a></span>COMPRESSION\_CODEC</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.CreateTableExternalRequest.CreateTableOptions.COMPRESSION\_CODEC = "compression\_codec"</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 default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for this table's columns. </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_2CreateTableExternal_8cs_source#l00296">296</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9636bd2aa84548089b1caf0c103ab9d5">◆ </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.CreateTableExternalRequest.CreateTableOptions.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_1CreateTableExternalRequest_1_1CreateTableOptions" title="A set of string constants for the parameter CreateTableExternalRequest.create_table_options.">CreateTableExternalRequest.CreateTableOptions</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_2CreateTableExternal_8cs_source#l00072">72</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac738cdb0c941c3b5002a768e7e4d7edb">◆ </a></span>FOREIGN\_KEYS</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.CreateTableExternalRequest.CreateTableOptions.FOREIGN\_KEYS = "foreign\_keys"</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>Semicolon-separated list of <a href="/content/concepts/tables/#foreign-keys" target="_top">foreign keys</a>, of the format '(source\_column\_name \[, ...]) references target\_table\_name(primary\_key\_column\_name \[, ...]) \[as foreign\_key\_name]'. </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_2CreateTableExternal_8cs_source#l00117">117</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa355be886f5c679039d34944f273f348">◆ </a></span>FOREIGN\_SHARD\_KEY</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.CreateTableExternalRequest.CreateTableOptions.FOREIGN\_SHARD\_KEY = "foreign\_shard\_key"</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>Foreign shard key of the format 'source\_column references shard\_by\_column from target\_table(primary\_key\_column)'. </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_2CreateTableExternal_8cs_source#l00121">121</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5b3899017f9eef5ab59516a6ef6edafe">◆ </a></span>HASH</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.CreateTableExternalRequest.CreateTableOptions.HASH = "HASH"</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>Use <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</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_2CreateTableExternal_8cs_source#l00188">188</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a155e5f7d5bd9e84ab16d454c85be4e59">◆ </a></span>INTERVAL</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.CreateTableExternalRequest.CreateTableOptions.INTERVAL = "INTERVAL"</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>Use <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</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_2CreateTableExternal_8cs_source#l00178">178</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a818f520e125823df79714ba7377274c5">◆ </a></span>IS\_AUTOMATIC\_PARTITION</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.CreateTableExternalRequest.CreateTableOptions.IS\_AUTOMATIC\_PARTITION = "is\_automatic\_partition"</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 <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a>, a new partition will be created for values which don't fall into an existing partition. </p>
        <p>Currently, only supported for <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitions</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a> </li>
          <li> <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">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_2CreateTableExternal_8cs_source#l00243">243</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4af105ad9f5a687349bf9e89e22b19f7">◆ </a></span>IS\_REPLICATED</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.CreateTableExternalRequest.CreateTableOptions.IS\_REPLICATED = "is\_replicated"</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>Affects the <a href="/content/concepts/tables/#distribution" target="_top">distribution scheme</a> for the table's data. </p>
        <p>If <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a> and the given table has no explicit <a href="/content/concepts/tables/#shard-key" target="_top">shard key</a> defined, the table will be <a href="/content/concepts/tables/#replication" target="_top">replicated</a>. If <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">FALSE</a>, the table will be <a href="/content/concepts/tables/#sharding" target="_top">sharded</a> according to the shard key specified in the given <a className="el" href="#ac525448f3fd5b9787f573d3ec21327ee">TYPE\_ID</a>, or <a href="/content/concepts/tables/#random-sharding" target="_top">randomly sharded</a>, if no shard key is specified. Note that a type containing a shard key cannot be used to create a replicated table. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a> </li>
          <li> <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">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_2CreateTableExternal_8cs_source#l00110">110</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6ad30b3548a1de3181009b3d97e0ce4a">◆ </a></span>IS\_RESULT\_TABLE</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.CreateTableExternalRequest.CreateTableOptions.IS\_RESULT\_TABLE = "is\_result\_table"</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>Indicates whether the table is a <a href="/content/concepts/tables_memory_only/" target="_top">memory-only table</a>. </p>
        <p>A result table cannot contain columns with text\_search <a href="/content/concepts/types/#data-handling" target="_top">data-handling</a>, and it will not be retained if the server is restarted. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a> </li>
          <li> <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">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_2CreateTableExternal_8cs_source#l00285">285</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac9236f07174d1727eb4840cc778c1700">◆ </a></span>LIST</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.CreateTableExternalRequest.CreateTableOptions.LIST = "LIST"</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>Use <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</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_2CreateTableExternal_8cs_source#l00183">183</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ace8196de194c14564761bc513e5106f4">◆ </a></span>NO\_ERROR\_IF\_EXISTS</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.CreateTableExternalRequest.CreateTableOptions.NO\_ERROR\_IF\_EXISTS = "no\_error\_if\_exists"</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 <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a>, prevents an error from occurring if the table already exists and is of the given type. </p>
        <p>If a table with the same name but a different type exists, it is still an error. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ad66084285dd847db41566d282e870481">TRUE</a> </li>
          <li> <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a9636bd2aa84548089b1caf0c103ab9d5">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_2CreateTableExternal_8cs_source#l00062">62</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a12083806348efeadc1c10684888d5a36">◆ </a></span>PARTITION\_DEFINITIONS</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.CreateTableExternalRequest.CreateTableOptions.PARTITION\_DEFINITIONS = "partition\_definitions"</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 partition definitions, whose format depends on the choice of <a className="el" href="#a9173236d2a4a8b126552f4472ca792f2">PARTITION\_TYPE</a>. </p>
        <p>See <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>, <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>, or <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a> for example formats.</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_2CreateTableExternal_8cs_source#l00218">218</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1cc3cda6b333be501a5484af09f6a26e">◆ </a></span>PARTITION\_KEYS</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.CreateTableExternalRequest.CreateTableOptions.PARTITION\_KEYS = "partition\_keys"</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 partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by <a className="el" href="#a12083806348efeadc1c10684888d5a36">PARTITION\_DEFINITIONS</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_2CreateTableExternal_8cs_source#l00200">200</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9173236d2a4a8b126552f4472ca792f2">◆ </a></span>PARTITION\_TYPE</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.CreateTableExternalRequest.CreateTableOptions.PARTITION\_TYPE = "partition\_type"</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 href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme to use. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#ac0b971f4d1c6ae43ac485354b82b3f94">RANGE</a>: Use <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
          <li> <a className="el" href="#a155e5f7d5bd9e84ab16d454c85be4e59">INTERVAL</a>: Use <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
          <li> <a className="el" href="#ac9236f07174d1727eb4840cc778c1700">LIST</a>: Use <a href="/content/concepts/tables/#partitioning-by-list" target="_top">list partitioning</a>. </li>
          <li> <a className="el" href="#a5b3899017f9eef5ab59516a6ef6edafe">HASH</a>: Use <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
          <li> <a className="el" href="#aa1c61d7309abc8e553b37360198d52ea">SERIES</a>: Use <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
        </ul>

        <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_2CreateTableExternal_8cs_source#l00168">168</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac0b971f4d1c6ae43ac485354b82b3f94">◆ </a></span>RANGE</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.CreateTableExternalRequest.CreateTableOptions.RANGE = "RANGE"</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>Use <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</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_2CreateTableExternal_8cs_source#l00173">173</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa1c61d7309abc8e553b37360198d52ea">◆ </a></span>SERIES</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.CreateTableExternalRequest.CreateTableOptions.SERIES = "SERIES"</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>Use <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</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_2CreateTableExternal_8cs_source#l00193">193</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2cbecd512ca194070ab5f73a2706172d">◆ </a></span>STRATEGY\_DEFINITION</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.CreateTableExternalRequest.CreateTableOptions.STRATEGY\_DEFINITION = "strategy\_definition"</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 <a href="/content/rm/concepts/#tier-strategies" target="_top">tier strategy</a> for the table and its columns. </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_2CreateTableExternal_8cs_source#l00290">290</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad66084285dd847db41566d282e870481">◆ </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.CreateTableExternalRequest.CreateTableOptions.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_1CreateTableExternalRequest_1_1CreateTableOptions" title="A set of string constants for the parameter CreateTableExternalRequest.create_table_options.">CreateTableExternalRequest.CreateTableOptions</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_2CreateTableExternal_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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a04a63187b3fde352857156329c8edcb5">◆ </a></span>TTL</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.CreateTableExternalRequest.CreateTableOptions.TTL = "ttl"</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>Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableExternalRequest#a91fa594f9d4a2c003906dece9fa0981b" title="Name of the table to be created, in [schema_name.">CreateTableExternalRequest.table\_name</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_2CreateTableExternal_8cs_source#l00248">248</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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac525448f3fd5b9787f573d3ec21327ee">◆ </a></span>TYPE\_ID</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.CreateTableExternalRequest.CreateTableOptions.TYPE\_ID = "type\_id"</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>ID of a currently registered <a href="/content/concepts/types/" target="_top">type</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_2CreateTableExternal_8cs_source#l00038">38</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_2CreateTableExternal_8cs_source">CreateTableExternal.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_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2CreateTableExternal_8cs_source">CreateTableExternal.cs</a></li>
    </ul>
  </div>
</div>
