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

# gpudb::CreateCatalogRequest

> gpudb::CreateCatalogRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac1a6c29a53988d10165a41ae5ce64658">GPUdb::createCatalog</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__catalog_8h_source">gpudb/protocol/create\_catalog.h</a>></code></p>

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

      <tr className="memitem:a661d020f96f3b28feb2e47eba370c768" id="r_a661d020f96f3b28feb2e47eba370c768">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a661d020f96f3b28feb2e47eba370c768">CreateCatalogRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a661d020f96f3b28feb2e47eba370c768">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateCatalogRequest" title="A set of parameters for GPUdb::createCatalog.">CreateCatalogRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a6693240894b921731386f9e1bdd6160c" id="r_a6693240894b921731386f9e1bdd6160c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6693240894b921731386f9e1bdd6160c">CreateCatalogRequest</a> (const std::string \&name\_, const std::string \&tableFormat\_, const std::string \&location\_, const std::string \&type\_, const std::string \&credential\_, const std::string \&datasource\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a6693240894b921731386f9e1bdd6160c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateCatalogRequest" title="A set of parameters for GPUdb::createCatalog.">CreateCatalogRequest</a> object with the specified parameters. <br /></td>
      </tr>

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

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

      <tr className="memitem:a8756a2c5263acfabd24f02d7549bef3f" id="r_a8756a2c5263acfabd24f02d7549bef3f">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8756a2c5263acfabd24f02d7549bef3f">name</a></td>
      </tr>

      <tr className="memdesc:a8756a2c5263acfabd24f02d7549bef3f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the catalog to be created. <br /></td>
      </tr>

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

      <tr className="memitem:a927438e8663d29df3fa8b402e83fbe5a" id="r_a927438e8663d29df3fa8b402e83fbe5a">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a927438e8663d29df3fa8b402e83fbe5a">tableFormat</a></td>
      </tr>

      <tr className="memdesc:a927438e8663d29df3fa8b402e83fbe5a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Table format (iceberg, hudi, deltalake). <br /></td>
      </tr>

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

      <tr className="memitem:a7d0d7c2de211073afc65cbb4ce3bc6c7" id="r_a7d0d7c2de211073afc65cbb4ce3bc6c7">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7d0d7c2de211073afc65cbb4ce3bc6c7">location</a></td>
      </tr>

      <tr className="memdesc:a7d0d7c2de211073afc65cbb4ce3bc6c7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Location of the catalog in 'http\[s]://\[server\[:port]]]' format. <br /></td>
      </tr>

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

      <tr className="memitem:ac520e9d6083f33fc69a2c743622bef00" id="r_ac520e9d6083f33fc69a2c743622bef00">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac520e9d6083f33fc69a2c743622bef00">type</a></td>
      </tr>

      <tr className="memdesc:ac520e9d6083f33fc69a2c743622bef00">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). <br /></td>
      </tr>

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

      <tr className="memitem:a7b777992fef884f24cbb1b61e2cce32f" id="r_a7b777992fef884f24cbb1b61e2cce32f">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7b777992fef884f24cbb1b61e2cce32f">credential</a></td>
      </tr>

      <tr className="memdesc:a7b777992fef884f24cbb1b61e2cce32f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the <a href="/content/concepts/credentials" target="_top">credential</a> object to be used in catalog. <br /></td>
      </tr>

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

      <tr className="memitem:af6440b48c653d6ba5cb40f85c473f0e3" id="r_af6440b48c653d6ba5cb40f85c473f0e3">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af6440b48c653d6ba5cb40f85c473f0e3">datasource</a></td>
      </tr>

      <tr className="memdesc:af6440b48c653d6ba5cb40f85c473f0e3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Password for the remote system user; may be an empty string. <br /></td>
      </tr>

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

      <tr className="memitem:ac3ec2ffb9ac1b15c98572844b6d314b2" id="r_ac3ec2ffb9ac1b15c98572844b6d314b2">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac3ec2ffb9ac1b15c98572844b6d314b2">options</a></td>
      </tr>

      <tr className="memdesc:ac3ec2ffb9ac1b15c98572844b6d314b2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac1a6c29a53988d10165a41ae5ce64658">GPUdb::createCatalog</a>. </p>
      <p>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00019">19</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a661d020f96f3b28feb2e47eba370c768">◆ </a></span>CreateCatalogRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateCatalogRequest::CreateCatalogRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateCatalogRequest" title="A set of parameters for GPUdb::createCatalog.">CreateCatalogRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6693240894b921731386f9e1bdd6160c">◆ </a></span>CreateCatalogRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateCatalogRequest::CreateCatalogRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">name\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableFormat\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">location\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">type\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">credential\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">datasource\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateCatalogRequest" title="A set of parameters for GPUdb::createCatalog.">CreateCatalogRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">name\_</td>
                <td>Name of the catalog to be created. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">tableFormat\_</td>
                <td>Table format (iceberg, hudi, deltalake). </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">location\_</td>
                <td>Location of the catalog in 'http\[s]://\[server\[:port]]]' format. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">type\_</td>
                <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">credential\_</td>
                <td>Name of the <a href="/content/concepts/credentials" target="_top">credential</a> object to be used in catalog. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">datasource\_</td>
                <td>Password for the remote system user; may be an empty string. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#aaaa1925d5f6fa4a9301184d25a5dff2c">create\_catalog\_access\_delegation</a>: Use access delegation for object store. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#affc0a1c0e86ac6150585cf9a0a15cc87">create\_catalog\_datasource\_credentials</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a754adf5d916f717c0b3d8033d6864b65">create\_catalog\_vended\_credentials</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#affc0a1c0e86ac6150585cf9a0a15cc87">create\_catalog\_datasource\_credentials</a>.
                    </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a0f2f4db7367dd6bb39e8b5deecd0efba">create\_catalog\_skip\_validation</a>: Bypass validation of connection to remote source. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2a3375faf37eec7ee2b916662f4caf7f">create\_catalog\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6ebac5b67471f8cab689f87cee97947f">create\_catalog\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a6ebac5b67471f8cab689f87cee97947f">create\_catalog\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00088">88</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::credential</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the <a href="/content/concepts/credentials" target="_top">credential</a> object to be used in catalog. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00124">124</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af6440b48c653d6ba5cb40f85c473f0e3">◆ </a></span>datasource</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::datasource</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Password for the remote system user; may be an empty string. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00129">129</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7d0d7c2de211073afc65cbb4ce3bc6c7">◆ </a></span>location</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::location</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Location of the catalog in 'http\[s]://\[server\[:port]]]' format. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00112">112</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8756a2c5263acfabd24f02d7549bef3f">◆ </a></span>name</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::name</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the catalog to be created. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00102">102</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac3ec2ffb9ac1b15c98572844b6d314b2">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::CreateCatalogRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#aaaa1925d5f6fa4a9301184d25a5dff2c">create\_catalog\_access\_delegation</a>: Use access delegation for object store. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#affc0a1c0e86ac6150585cf9a0a15cc87">create\_catalog\_datasource\_credentials</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a754adf5d916f717c0b3d8033d6864b65">create\_catalog\_vended\_credentials</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#affc0a1c0e86ac6150585cf9a0a15cc87">create\_catalog\_datasource\_credentials</a>.
          </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a0f2f4db7367dd6bb39e8b5deecd0efba">create\_catalog\_skip\_validation</a>: Bypass validation of connection to remote source. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2a3375faf37eec7ee2b916662f4caf7f">create\_catalog\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6ebac5b67471f8cab689f87cee97947f">create\_catalog\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a6ebac5b67471f8cab689f87cee97947f">create\_catalog\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00162">162</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a927438e8663d29df3fa8b402e83fbe5a">◆ </a></span>tableFormat</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::tableFormat</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Table format (iceberg, hudi, deltalake). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00107">107</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac520e9d6083f33fc69a2c743622bef00">◆ </a></span>type</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateCatalogRequest::type</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__catalog_8h_source#l00118">118</a> of file <a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/create__catalog_8h_source">create\_catalog.h</a></li>
    </ul>
  </div>
</div>
