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

# clearTableMonitor

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

  <h2 className="memtitle"><span className="permalink"><a href="#a2c04ade06df0fd2f1286c6f5ad072168">◆ </a></span>clearTableMonitor() <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_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> kinetica.Kinetica.clearTableMonitor </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ClearTableMonitorRequest">ClearTableMonitorRequest</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>Deactivates a table monitor previously created with <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</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#L16394">16394</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="ab552c2487e9ba403150eff53d67bf958" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab552c2487e9ba403150eff53d67bf958">◆ </a></span>clearTableMonitor() <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_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> kinetica.Kinetica.clearTableMonitor </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">topic\_id</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>Deactivates a table monitor previously created with <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</a>. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">topic\_id</td>
              <td>The topic ID returned by <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</a>. </td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ad512fbeefdba564d94a27abd0251b462">KEEP\_AUTOGENERATED\_SINK</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a>, the auto-generated <a href="/content/concepts/data_sinks/" target="_top">datasink</a> associated with this monitor, if there is one, will be retained for further use. If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a>, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#a1923cb4d9194a842f77fe059d3b33e4a">CLEAR\_ALL\_REFERENCES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a>, all references that share the same <span className="em">topic\_id</span> will be cleared. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">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#L16486">16486</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="a8edd7282d2316b801c72ff70b6e80dda" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8edd7282d2316b801c72ff70b6e80dda">◆ </a></span>ClearTableMonitorAsync() <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_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> > kinetica.Kinetica.ClearTableMonitorAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ClearTableMonitorRequest">ClearTableMonitorRequest</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>Deactivates a table monitor previously created with <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</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#L16411">16411</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="ab2bfc8da33648648caeb55ef45cb65f2" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab2bfc8da33648648caeb55ef45cb65f2">◆ </a></span>ClearTableMonitorAsync() <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_1ClearTableMonitorResponse">ClearTableMonitorResponse</a> > kinetica.Kinetica.ClearTableMonitorAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">topic\_id</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>Deactivates a table monitor previously created with <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</a>. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">topic\_id</td>
              <td>The topic ID returned by <a className="el" href="#aca74e08aa60b423b2d4dfa24fc9ec739">createTableMonitor</a>. </td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ad512fbeefdba564d94a27abd0251b462">KEEP\_AUTOGENERATED\_SINK</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a>, the auto-generated <a href="/content/concepts/data_sinks/" target="_top">datasink</a> associated with this monitor, if there is one, will be retained for further use. If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a>, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a> </li>
                    </ul>

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

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#a1923cb4d9194a842f77fe059d3b33e4a">CLEAR\_ALL\_REFERENCES</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a>, all references that share the same <span className="em">topic\_id</span> will be cleared. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#abca01f7705e240513af5d972ab7fd318">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ClearTableMonitorRequest_1_1Options#ae3f9b64047af6188b2a2fe23231f77ef">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#L16561">16561</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>
