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

# showSchema

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

  <h2 className="memtitle"><span className="permalink"><a href="#a3b3c229389e0c0983f797ea02336209b">◆ </a></span>showSchema() <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_1ShowSchemaResponse">ShowSchemaResponse</a> kinetica.Kinetica.showSchema </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowSchemaRequest">ShowSchemaRequest</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>Retrieves information about a <a href="/content/concepts/schemas/" target="_top">schema</a> (or all schemas), as specified in <a className="el" href="/content/api/cs/classkinetica_1_1ShowSchemaRequest#a78fdd1f1ab5d6f9cfd8a915a5016e281">schema\_name</a>. </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#L61284">61284</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="a9a9692cf3a95bf1fc11f4885c0a33aa4" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9a9692cf3a95bf1fc11f4885c0a33aa4">◆ </a></span>showSchema() <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_1ShowSchemaResponse">ShowSchemaResponse</a> kinetica.Kinetica.showSchema </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_name</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>Retrieves information about a <a href="/content/concepts/schemas/" target="_top">schema</a> (or all schemas), as specified in <span className="em">schema\_name</span> . </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">schema\_name</td>
              <td>Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a1db183e8e41eea91f4800eed412a866b">NO\_ERROR\_IF\_NOT\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">FALSE</a> will return an error if the provided <span className="em">schema\_name</span> does not exist. If <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a4344808d74075fc6b515b747b87333f3">TRUE</a> then it will return an empty result if the provided <span className="em">schema\_name</span> does not exist. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a4344808d74075fc6b515b747b87333f3">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">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#L61350">61350</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="a01d06abee9f6162da773c9ff8adb2208" />

  <h2 className="memtitle"><span className="permalink"><a href="#a01d06abee9f6162da773c9ff8adb2208">◆ </a></span>ShowSchemaAsync() <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_1ShowSchemaResponse">ShowSchemaResponse</a> > kinetica.Kinetica.ShowSchemaAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowSchemaRequest">ShowSchemaRequest</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>Retrieves information about a <a href="/content/concepts/schemas/" target="_top">schema</a> (or all schemas), as specified in <a className="el" href="/content/api/cs/classkinetica_1_1ShowSchemaRequest#a78fdd1f1ab5d6f9cfd8a915a5016e281">schema\_name</a>. </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#L61303">61303</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="ae801abd4033cc14ce68946c2bf435291" />

  <h2 className="memtitle"><span className="permalink"><a href="#ae801abd4033cc14ce68946c2bf435291">◆ </a></span>ShowSchemaAsync() <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_1ShowSchemaResponse">ShowSchemaResponse</a> > kinetica.Kinetica.ShowSchemaAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_name</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>Retrieves information about a <a href="/content/concepts/schemas/" target="_top">schema</a> (or all schemas), as specified in <span className="em">schema\_name</span> . </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">schema\_name</td>
              <td>Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a1db183e8e41eea91f4800eed412a866b">NO\_ERROR\_IF\_NOT\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">FALSE</a> will return an error if the provided <span className="em">schema\_name</span> does not exist. If <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a4344808d74075fc6b515b747b87333f3">TRUE</a> then it will return an empty result if the provided <span className="em">schema\_name</span> does not exist. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#a4344808d74075fc6b515b747b87333f3">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowSchemaRequest_1_1Options#ad0d342f17fc05d56e3399f4b89533d51">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#L61398">61398</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>
