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

> kinetica.AdminVerifyDbRequest.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_1AdminVerifyDbRequest#adf79895d5031b0956c0a8b95e67a9c94" title="Optional parameters.">AdminVerifyDbRequest.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:af16b959a7bf72bd82858079af29b67be" id="r_af16b959a7bf72bd82858079af29b67be">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af16b959a7bf72bd82858079af29b67be">REBUILD\_ON\_ERROR</a> = "rebuild\_on\_error"</td>
      </tr>

      <tr className="memdesc:af16b959a7bf72bd82858079af29b67be">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[DEPRECATED] Use the Rebuild DB feature of GAdmin instead. <br /></td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memitem:a9c57c5119711a1858267d9d08ca8fa41" id="r_a9c57c5119711a1858267d9d08ca8fa41">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9c57c5119711a1858267d9d08ca8fa41">VERIFY\_NULLS</a> = "verify\_nulls"</td>
      </tr>

      <tr className="memdesc:a9c57c5119711a1858267d9d08ca8fa41">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, verifies that null values are set to zero. <br /></td>
      </tr>

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

      <tr className="memitem:a69a1962cc280b51a1c7e4f68d9c924bc" id="r_a69a1962cc280b51a1c7e4f68d9c924bc">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a69a1962cc280b51a1c7e4f68d9c924bc">VERIFY\_PERSIST</a> = "verify\_persist"</td>
      </tr>

      <tr className="memdesc:a69a1962cc280b51a1c7e4f68d9c924bc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist. <br /></td>
      </tr>

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

      <tr className="memitem:a8d9db06844f766e44ea6baf04649454c" id="r_a8d9db06844f766e44ea6baf04649454c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8d9db06844f766e44ea6baf04649454c">CONCURRENT\_SAFE</a> = "concurrent\_safe"</td>
      </tr>

      <tr className="memdesc:a8d9db06844f766e44ea6baf04649454c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, allows this endpoint to be run safely with other concurrent database operations. <br /></td>
      </tr>

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

      <tr className="memitem:abe5723063695b0dbaeb6489a47cab2ca" id="r_abe5723063695b0dbaeb6489a47cab2ca">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abe5723063695b0dbaeb6489a47cab2ca">VERIFY\_RANK0</a> = "verify\_rank0"</td>
      </tr>

      <tr className="memdesc:abe5723063695b0dbaeb6489a47cab2ca">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, compare rank0 table metadata against workers' metadata. <br /></td>
      </tr>

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

      <tr className="memitem:a92f499abfb5ef4daedb91099dc57c33b" id="r_a92f499abfb5ef4daedb91099dc57c33b">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a92f499abfb5ef4daedb91099dc57c33b">DELETE\_ORPHANED\_TABLES</a> = "delete\_orphaned\_tables"</td>
      </tr>

      <tr className="memdesc:a92f499abfb5ef4daedb91099dc57c33b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. <br /></td>
      </tr>

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

      <tr className="memitem:a588fd5eae4e249f139f837d101f99f05" id="r_a588fd5eae4e249f139f837d101f99f05">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a588fd5eae4e249f139f837d101f99f05">VERIFY\_ORPHANED\_TABLES\_ONLY</a> = "verify\_orphaned\_tables\_only"</td>
      </tr>

      <tr className="memdesc:a588fd5eae4e249f139f837d101f99f05">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, only the presence of orphaned table directories will be checked, all persistence and table consistency checks will be skipped. <br /></td>
      </tr>

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

      <tr className="memitem:a477c09100fb2cf6616b9f3575af43d81" id="r_a477c09100fb2cf6616b9f3575af43d81">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a477c09100fb2cf6616b9f3575af43d81">TABLE\_INCLUDES</a> = "table\_includes"</td>
      </tr>

      <tr className="memdesc:a477c09100fb2cf6616b9f3575af43d81">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of table names to include when verifying table consistency on wokers. <br /></td>
      </tr>

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

      <tr className="memitem:a289d59e8ce2000fc0dc6fba606020edb" id="r_a289d59e8ce2000fc0dc6fba606020edb">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a289d59e8ce2000fc0dc6fba606020edb">TABLE\_EXCLUDES</a> = "table\_excludes"</td>
      </tr>

      <tr className="memdesc:a289d59e8ce2000fc0dc6fba606020edb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of table names to exclude when verifying table consistency on wokers. <br /></td>
      </tr>

      <tr className="separator:a289d59e8ce2000fc0dc6fba606020edb">
        <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_1AdminVerifyDbRequest#adf79895d5031b0956c0a8b95e67a9c94" title="Optional parameters.">AdminVerifyDbRequest.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_2AdminVerifyDb_8cs_source#l00023">23</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a8d9db06844f766e44ea6baf04649454c">◆ </a></span>CONCURRENT\_SAFE</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.AdminVerifyDbRequest.Options.CONCURRENT\_SAFE = "concurrent\_safe"</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>When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, allows this endpoint to be run safely with other concurrent database operations. </p>
        <p>Other operations may be slower while this is running. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</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_2AdminVerifyDb_8cs_source#l00119">119</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a92f499abfb5ef4daedb91099dc57c33b">◆ </a></span>DELETE\_ORPHANED\_TABLES</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.AdminVerifyDbRequest.Options.DELETE\_ORPHANED\_TABLES = "delete\_orphaned\_tables"</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="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. </p>
        <p>It is recommended to run this while the database is offline OR set <a className="el" href="#a8d9db06844f766e44ea6baf04649454c">CONCURRENT\_SAFE</a> in <a className="el" href="/content/api/cs/classkinetica_1_1AdminVerifyDbRequest#adf79895d5031b0956c0a8b95e67a9c94" title="Optional parameters.">AdminVerifyDbRequest.options</a> to <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00165">165</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af1eb9be82ee19354d15f702d88703d58">◆ </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.AdminVerifyDbRequest.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_1AdminVerifyDbRequest_1_1Options" title="A set of string constants for the parameter AdminVerifyDbRequest.options.">AdminVerifyDbRequest.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_2AdminVerifyDb_8cs_source#l00050">50</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af16b959a7bf72bd82858079af29b67be">◆ </a></span>REBUILD\_ON\_ERROR</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.AdminVerifyDbRequest.Options.REBUILD\_ON\_ERROR = "rebuild\_on\_error"</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>\[DEPRECATED] Use the Rebuild DB feature of GAdmin instead. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00042">42</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a289d59e8ce2000fc0dc6fba606020edb">◆ </a></span>TABLE\_EXCLUDES</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.AdminVerifyDbRequest.Options.TABLE\_EXCLUDES = "table\_excludes"</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>Comma-separated list of table names to exclude when verifying table consistency on wokers. </p>
        <p>Cannot be used simultaneously with <a className="el" href="#a477c09100fb2cf6616b9f3575af43d81">TABLE\_INCLUDES</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_2AdminVerifyDb_8cs_source#l00200">200</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a477c09100fb2cf6616b9f3575af43d81">◆ </a></span>TABLE\_INCLUDES</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.AdminVerifyDbRequest.Options.TABLE\_INCLUDES = "table\_includes"</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>Comma-separated list of table names to include when verifying table consistency on wokers. </p>
        <p>Cannot be used simultaneously with <a className="el" href="#a289d59e8ce2000fc0dc6fba606020edb">TABLE\_EXCLUDES</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_2AdminVerifyDb_8cs_source#l00193">193</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4422e39c7dad965cba47f3474d934e59">◆ </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.AdminVerifyDbRequest.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_1AdminVerifyDbRequest_1_1Options" title="A set of string constants for the parameter AdminVerifyDbRequest.options.">AdminVerifyDbRequest.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_2AdminVerifyDb_8cs_source#l00046">46</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9c57c5119711a1858267d9d08ca8fa41">◆ </a></span>VERIFY\_NULLS</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.AdminVerifyDbRequest.Options.VERIFY\_NULLS = "verify\_nulls"</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>When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, verifies that null values are set to zero. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00070">70</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a588fd5eae4e249f139f837d101f99f05">◆ </a></span>VERIFY\_ORPHANED\_TABLES\_ONLY</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.AdminVerifyDbRequest.Options.VERIFY\_ORPHANED\_TABLES\_ONLY = "verify\_orphaned\_tables\_only"</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="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, only the presence of orphaned table directories will be checked, all persistence and table consistency checks will be skipped. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00186">186</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a69a1962cc280b51a1c7e4f68d9c924bc">◆ </a></span>VERIFY\_PERSIST</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.AdminVerifyDbRequest.Options.VERIFY\_PERSIST = "verify\_persist"</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>When <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist. </p>
        <p>To check for orphaned worker data, either set <a className="el" href="#a8d9db06844f766e44ea6baf04649454c">CONCURRENT\_SAFE</a> in <a className="el" href="/content/api/cs/classkinetica_1_1AdminVerifyDbRequest#adf79895d5031b0956c0a8b95e67a9c94" title="Optional parameters.">AdminVerifyDbRequest.options</a> to <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> or place the database offline. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00096">96</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#abe5723063695b0dbaeb6489a47cab2ca">◆ </a></span>VERIFY\_RANK0</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.AdminVerifyDbRequest.Options.VERIFY\_RANK0 = "verify\_rank0"</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="#a4422e39c7dad965cba47f3474d934e59">TRUE</a>, compare rank0 table metadata against workers' metadata. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4422e39c7dad965cba47f3474d934e59">TRUE</a> </li>
          <li> <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#af1eb9be82ee19354d15f702d88703d58">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_2AdminVerifyDb_8cs_source#l00139">139</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_2AdminVerifyDb_8cs_source">AdminVerifyDb.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_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AdminVerifyDb_8cs_source">AdminVerifyDb.cs</a></li>
    </ul>
  </div>
</div>
