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

# showTable

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

  <h2 className="memtitle"><span className="permalink"><a href="#af70f60085dc4c30ab3ffd15ff4622837">◆ </a></span>showTable() <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_1ShowTableResponse">ShowTableResponse</a> kinetica.Kinetica.showTable </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest">ShowTableRequest</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 detailed information about a table, view, or schema, specified in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a>. </p>
      <p>If the supplied <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> is a schema the call can return information about either the schema itself or the tables and views it contains. If <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> is empty, information about all schemas will be returned.</p>
      <p>If the option <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a> is set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>, then the number of records in each table is returned (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a940c1b4263b09e8fcc782ea1ec875f98">sizes</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a51834665cf57021b124b10a044d69447">full\_sizes</a>), along with the total number of objects across all requested tables (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a>).</p>
      <p>For a schema, setting the <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> option to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> returns only information about the schema itself; setting <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> returns a list of tables and views contained in the schema, along with their corresponding detail.</p>
      <p>To retrieve a list of every table, view, and schema in the database, set <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> to '\*' and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. When doing this, the returned <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a> will not include the sizes of non-base tables (e.g., filters, views, joins, etc.).</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#L62051">62051</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="a75ca9738348626a8262b00cd56137515" />

  <h2 className="memtitle"><span className="permalink"><a href="#a75ca9738348626a8262b00cd56137515">◆ </a></span>showTable() <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_1ShowTableResponse">ShowTableResponse</a> kinetica.Kinetica.showTable </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_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 detailed information about a table, view, or schema, specified in <span className="em">table\_name</span> . </p>
      <p>If the supplied <span className="em">table\_name</span> is a schema the call can return information about either the schema itself or the tables and views it contains. If <span className="em">table\_name</span> is empty, information about all schemas will be returned.</p>
      <p>If the option <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a> is set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>, then the number of records in each table is returned (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a940c1b4263b09e8fcc782ea1ec875f98">sizes</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a51834665cf57021b124b10a044d69447">full\_sizes</a>), along with the total number of objects across all requested tables (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a>).</p>
      <p>For a schema, setting the <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> option to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> returns only information about the schema itself; setting <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> returns a list of tables and views contained in the schema, along with their corresponding detail.</p>
      <p>To retrieve a list of every table, view, and schema in the database, set <span className="em">table\_name</span> to '\*' and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. When doing this, the returned <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a> will not include the sizes of non-base tables (e.g., filters, views, joins, etc.).</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table for which to retrieve the information, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. If blank, then returns information about all tables and views.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#aaf26036867979424aca6ad0c58e620fa">DEPENDENCIES</a>: Include view dependencies in the output. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a4079540f66234ee19a2627b43c5aab5d">FORCE\_SYNCHRONOUS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the table sizes will wait for read lock before returning. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#ac990aeabf97867680722cc410fdee421">GET\_ACCESS\_DATA</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then data about the last read, write, alter and create will be returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a38774afc31d8f5163222a1c87a7b0115">GET\_CACHED\_SIZES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. This version will return the sizes cached at rank 0, which may be stale if there is a multihead insert occurring. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a2715d8c30d746308f9fb452dfc5264a7">REFERENCING\_MATERIALIZED\_VIEWS</a>: Include materialized views using this table as a source in the output. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a4ff9e628843f7d6aa2bc364e8603c7d4">SKIP\_ADDITIONAL\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the response will not populate the additional\_info field. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

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

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#adf0f44302439fda4c4b4a56eacfb008c">SKIP\_TEMP\_SCHEMAS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the table list will not include tables from SYS\_TEMP and other system temporary schemas. This is the default behavior for non-admin users. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a>: If <span className="em">table\_name</span> is a schema, then <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> will return information about the tables and views in the schema, and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> will return information about the schema itself. If <span className="em">table\_name</span> is a table or view, <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> must be <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a>. If <span className="em">table\_name</span> is empty, then <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> must be <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a7cfc7f40ccd79ebc0f826ea322e9e734">GET\_COLUMN\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then column info (memory usage, etc) will be returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">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#L62434">62434</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="afe06cf3a68bdab21d08cb6a637996a16" />

  <h2 className="memtitle"><span className="permalink"><a href="#afe06cf3a68bdab21d08cb6a637996a16">◆ </a></span>ShowTableAsync() <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_1ShowTableResponse">ShowTableResponse</a> > kinetica.Kinetica.ShowTableAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest">ShowTableRequest</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 detailed information about a table, view, or schema, specified in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a>. </p>
      <p>(async) </p>
      <p>If the supplied <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> is a schema the call can return information about either the schema itself or the tables and views it contains. If <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> is empty, information about all schemas will be returned.</p>
      <p>If the option <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a> is set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>, then the number of records in each table is returned (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a940c1b4263b09e8fcc782ea1ec875f98">sizes</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a51834665cf57021b124b10a044d69447">full\_sizes</a>), along with the total number of objects across all requested tables (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a>).</p>
      <p>For a schema, setting the <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> option to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> returns only information about the schema itself; setting <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> returns a list of tables and views contained in the schema, along with their corresponding detail.</p>
      <p>To retrieve a list of every table, view, and schema in the database, set <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableRequest#a4f1af6816ce4034278d2b7d474292dbc">table\_name</a> to '\*' and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. When doing this, the returned <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a> will not include the sizes of non-base tables (e.g., filters, views, joins, etc.).</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#L62109">62109</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="a73dfd7d4c9198a46a7c3e7a67a7fc30d" />

  <h2 className="memtitle"><span className="permalink"><a href="#a73dfd7d4c9198a46a7c3e7a67a7fc30d">◆ </a></span>ShowTableAsync() <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_1ShowTableResponse">ShowTableResponse</a> > kinetica.Kinetica.ShowTableAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_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 detailed information about a table, view, or schema, specified in <span className="em">table\_name</span> . </p>
      <p>(async) </p>
      <p>If the supplied <span className="em">table\_name</span> is a schema the call can return information about either the schema itself or the tables and views it contains. If <span className="em">table\_name</span> is empty, information about all schemas will be returned.</p>
      <p>If the option <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a> is set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>, then the number of records in each table is returned (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a940c1b4263b09e8fcc782ea1ec875f98">sizes</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a51834665cf57021b124b10a044d69447">full\_sizes</a>), along with the total number of objects across all requested tables (in <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a>).</p>
      <p>For a schema, setting the <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> option to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> returns only information about the schema itself; setting <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> returns a list of tables and views contained in the schema, along with their corresponding detail.</p>
      <p>To retrieve a list of every table, view, and schema in the database, set <span className="em">table\_name</span> to '\*' and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> to <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. When doing this, the returned <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#a24ae17bbdab271bb9435c8823c677a60">total\_size</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowTableResponse#ae8f8875cfd9e3bb7895ec4823b9789ad">total\_full\_size</a> will not include the sizes of non-base tables (e.g., filters, views, joins, etc.).</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table for which to retrieve the information, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. If blank, then returns information about all tables and views.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#aaf26036867979424aca6ad0c58e620fa">DEPENDENCIES</a>: Include view dependencies in the output. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a4079540f66234ee19a2627b43c5aab5d">FORCE\_SYNCHRONOUS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the table sizes will wait for read lock before returning. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#ac990aeabf97867680722cc410fdee421">GET\_ACCESS\_DATA</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then data about the last read, write, alter and create will be returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a38774afc31d8f5163222a1c87a7b0115">GET\_CACHED\_SIZES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. This version will return the sizes cached at rank 0, which may be stale if there is a multihead insert occurring. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a194760f8b14df546a6e431d71646ec41">GET\_SIZES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a2715d8c30d746308f9fb452dfc5264a7">REFERENCING\_MATERIALIZED\_VIEWS</a>: Include materialized views using this table as a source in the output. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a4ff9e628843f7d6aa2bc364e8603c7d4">SKIP\_ADDITIONAL\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the response will not populate the additional\_info field. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

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

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#adf0f44302439fda4c4b4a56eacfb008c">SKIP\_TEMP\_SCHEMAS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then the table list will not include tables from SYS\_TEMP and other system temporary schemas. This is the default behavior for non-admin users. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a>: If <span className="em">table\_name</span> is a schema, then <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> will return information about the tables and views in the schema, and <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> will return information about the schema itself. If <span className="em">table\_name</span> is a table or view, <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> must be <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a>. If <span className="em">table\_name</span> is empty, then <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a10bb10bf352b6275e655fad6409e19dd">SHOW\_CHILDREN</a> must be <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a7cfc7f40ccd79ebc0f826ea322e9e734">GET\_COLUMN\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> then column info (memory usage, etc) will be returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#afb06768773d81d3f4ba891132d1955cf">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowTableRequest_1_1Options#a6f92df3eca57d2c66d03de8f3e4b15b5">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#L62750">62750</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>
