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

# kinetica.DropDatasinkRequest.Options

> kinetica.DropDatasinkRequest.Options — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1DropDatasinkRequest#a93cb73e419cbce650e04cb62d8681f0f" title="Optional parameters.">DropDatasinkRequest.options</a>. <a href="#details">More...</a></p>

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

      <tr className="memitem:a066d81e4794fc3ef39e8b53be7d8b540" id="r_a066d81e4794fc3ef39e8b53be7d8b540">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a066d81e4794fc3ef39e8b53be7d8b540">CLEAR\_TABLE\_MONITORS</a> = "clear\_table\_monitors"</td>
      </tr>

      <tr className="memdesc:a066d81e4794fc3ef39e8b53be7d8b540">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a76035b78f984f4934a201ba0cb5750cd">TRUE</a>, any <a href="/content/concepts/table_monitors/" target="_top">table monitors</a> that use this data sink will be cleared. <br /></td>
      </tr>

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

      <tr className="memitem:a76035b78f984f4934a201ba0cb5750cd" id="r_a76035b78f984f4934a201ba0cb5750cd">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a76035b78f984f4934a201ba0cb5750cd">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:a76035b78f984f4934a201ba0cb5750cd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1DropDatasinkRequest_1_1Options" title="A set of string constants for the parameter DropDatasinkRequest.options.">DropDatasinkRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:a66fb69791fed9402137005e2df2020d7" id="r_a66fb69791fed9402137005e2df2020d7">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a66fb69791fed9402137005e2df2020d7">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:a66fb69791fed9402137005e2df2020d7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1DropDatasinkRequest_1_1Options" title="A set of string constants for the parameter DropDatasinkRequest.options.">DropDatasinkRequest.Options</a> options. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1DropDatasinkRequest#a93cb73e419cbce650e04cb62d8681f0f" title="Optional parameters.">DropDatasinkRequest.options</a>. </p>
      <p>Optional parameters.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source#l00027">27</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a066d81e4794fc3ef39e8b53be7d8b540">◆ </a></span>CLEAR\_TABLE\_MONITORS</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.DropDatasinkRequest.Options.CLEAR\_TABLE\_MONITORS = "clear\_table\_monitors"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>If <a className="el" href="#a76035b78f984f4934a201ba0cb5750cd">TRUE</a>, any <a href="/content/concepts/table_monitors/" target="_top">table monitors</a> that use this data sink will be cleared. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a76035b78f984f4934a201ba0cb5750cd">TRUE</a> </li>
          <li> <a className="el" href="#a66fb69791fed9402137005e2df2020d7">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a66fb69791fed9402137005e2df2020d7">FALSE</a>.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source#l00047">47</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a66fb69791fed9402137005e2df2020d7">◆ </a></span>FALSE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.DropDatasinkRequest.Options.FALSE = "false"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1DropDatasinkRequest_1_1Options" title="A set of string constants for the parameter DropDatasinkRequest.options.">DropDatasinkRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source#l00055">55</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a76035b78f984f4934a201ba0cb5750cd">◆ </a></span>TRUE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.DropDatasinkRequest.Options.TRUE = "true"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1DropDatasinkRequest_1_1Options" title="A set of string constants for the parameter DropDatasinkRequest.options.">DropDatasinkRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source#l00051">51</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2DropDatasink_8cs_source">DropDatasink.cs</a></li>
    </ul>
  </div>
</div>
