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

# createCatalog

<div className="kinetica-doxygen">
  <div id="a290e7e8d85e17e90b1bc9b6ab4d67033" />

  <h2 className="memtitle"><span className="permalink"><a href="#a290e7e8d85e17e90b1bc9b6ab4d67033">◆ </a></span>createCatalog() <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"><a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogResponse">CreateCatalogResponse</a> kinetica.Kinetica.createCatalog </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogRequest">CreateCatalogRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></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>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L17633">17633</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a7c0f08b302a7e65acd68bbe37fc787f4" />

  <h2 className="memtitle"><span className="permalink"><a href="#a7c0f08b302a7e65acd68bbe37fc787f4">◆ </a></span>createCatalog() <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"><a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogResponse">CreateCatalogResponse</a> kinetica.Kinetica.createCatalog </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_format</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">location</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">type</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">credential</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">datasource</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</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>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the catalog to be created.</td>
            </tr>

            <tr>
              <td className="paramname">table\_format</td>
              <td>Table format (iceberg, hudi, deltalake). </td>
            </tr>

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

            <tr>
              <td className="paramname">type</td>
              <td>Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).</td>
            </tr>

            <tr>
              <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="paramname">datasource</td>
              <td>Password for the remote system user; may be an empty string.</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a8f688ae6c205654c3d8a167bb9f665c7">ACCESS\_DELEGATION</a>: Use access delegation for object store. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a3fcd12ae657b1a40a8eac1facf226f27">DATASOURCE\_CREDENTIALS</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a463a4dda76dc3a74f9d3f960ae27e280">VENDED\_CREDENTIALS</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a3fcd12ae657b1a40a8eac1facf226f27">DATASOURCE\_CREDENTIALS</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a4835155c3b699a43aab576a88e61fe98">SKIP\_VALIDATION</a>: Bypass validation of connection to remote source. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a255cdb09fafe11f890009136e3e02513">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#ad257b1bafbc88bd20be5c688bc687007">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#ad257b1bafbc88bd20be5c688bc687007">FALSE</a>.
                  </li>
                </ul>

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

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L17724">17724</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a2b18162daf4d41327919dcfc4e436f95" />

  <h2 className="memtitle"><span className="permalink"><a href="#a2b18162daf4d41327919dcfc4e436f95">◆ </a></span>CreateCatalogAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogResponse">CreateCatalogResponse</a> > kinetica.Kinetica.CreateCatalogAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogRequest">CreateCatalogRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L17650">17650</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a69818743b62993eefc69017afb3953ac" />

  <h2 className="memtitle"><span className="permalink"><a href="#a69818743b62993eefc69017afb3953ac">◆ </a></span>CreateCatalogAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1CreateCatalogResponse">CreateCatalogResponse</a> > kinetica.Kinetica.CreateCatalogAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_format</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">location</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">type</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">credential</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">datasource</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the catalog to be created.</td>
            </tr>

            <tr>
              <td className="paramname">table\_format</td>
              <td>Table format (iceberg, hudi, deltalake). </td>
            </tr>

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

            <tr>
              <td className="paramname">type</td>
              <td>Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).</td>
            </tr>

            <tr>
              <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="paramname">datasource</td>
              <td>Password for the remote system user; may be an empty string.</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a8f688ae6c205654c3d8a167bb9f665c7">ACCESS\_DELEGATION</a>: Use access delegation for object store. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a3fcd12ae657b1a40a8eac1facf226f27">DATASOURCE\_CREDENTIALS</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a463a4dda76dc3a74f9d3f960ae27e280">VENDED\_CREDENTIALS</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a3fcd12ae657b1a40a8eac1facf226f27">DATASOURCE\_CREDENTIALS</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a4835155c3b699a43aab576a88e61fe98">SKIP\_VALIDATION</a>: Bypass validation of connection to remote source. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#a255cdb09fafe11f890009136e3e02513">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#ad257b1bafbc88bd20be5c688bc687007">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateCatalogRequest_1_1Options#ad257b1bafbc88bd20be5c688bc687007">FALSE</a>.
                  </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L17805">17805</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
