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

# gpudb::AdminVerifyDbResponse

> gpudb::AdminVerifyDbResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac2abe130ad4178e02001d86b4874e856">GPUdb::adminVerifyDb</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/admin__verify__db_8h_source">gpudb/protocol/admin\_verify\_db.h</a>></code></p>

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

      <tr className="memitem:add75acb102a7f7de986b49f0aa36371b" id="r_add75acb102a7f7de986b49f0aa36371b">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#add75acb102a7f7de986b49f0aa36371b">AdminVerifyDbResponse</a> ()</td>
      </tr>

      <tr className="memdesc:add75acb102a7f7de986b49f0aa36371b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminVerifyDbResponse" title="A set of results returned by GPUdb::adminVerifyDb.">AdminVerifyDbResponse</a> object with default parameters. <br /></td>
      </tr>

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

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

      <tr className="memitem:a528018792169dba9308bdd662ae1105c" id="r_a528018792169dba9308bdd662ae1105c">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a528018792169dba9308bdd662ae1105c">verifiedOk</a></td>
      </tr>

      <tr className="memdesc:a528018792169dba9308bdd662ae1105c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">True if no errors were found, false otherwise. <br /></td>
      </tr>

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

      <tr className="memitem:a36998ef9f234b210dd6f82ee80e11010" id="r_a36998ef9f234b210dd6f82ee80e11010">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a36998ef9f234b210dd6f82ee80e11010">errorList</a></td>
      </tr>

      <tr className="memdesc:a36998ef9f234b210dd6f82ee80e11010">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of errors found while validating the database internal state. <br /></td>
      </tr>

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

      <tr className="memitem:a177fe5198a288753f91862f492a44231" id="r_a177fe5198a288753f91862f492a44231">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a177fe5198a288753f91862f492a44231">orphanedTablesTotalSize</a></td>
      </tr>

      <tr className="memdesc:a177fe5198a288753f91862f492a44231">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#aeab1dbdba6dc054ae372f268f47d2b5a">verify\_persist</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a>, <a className="el" href="/content/api/cpp/namespacegpudb#a503a9bd289e5aff62cfb89fd825fdab7">verify\_orphaned\_tables\_only</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a> or <a className="el" href="/content/api/cpp/namespacegpudb#ab35d54c59415714be083e0413bc973f2">delete\_orphaned\_tables</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a>, this is the sum in bytes of all orphaned tables found. <br /></td>
      </tr>

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

      <tr className="memitem:a0acba38600f4a9a4c0943966f51de193" id="r_a0acba38600f4a9a4c0943966f51de193">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0acba38600f4a9a4c0943966f51de193">info</a></td>
      </tr>

      <tr className="memdesc:a0acba38600f4a9a4c0943966f51de193">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac2abe130ad4178e02001d86b4874e856">GPUdb::adminVerifyDb</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00370">370</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#add75acb102a7f7de986b49f0aa36371b">◆ </a></span>AdminVerifyDbResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AdminVerifyDbResponse::AdminVerifyDbResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </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>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminVerifyDbResponse" title="A set of results returned by GPUdb::adminVerifyDb.">AdminVerifyDbResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00375">375</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a36998ef9f234b210dd6f82ee80e11010">◆ </a></span>errorList</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::AdminVerifyDbResponse::errorList</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>List of errors found while validating the database internal state. </p>
        <p>The default value is an empty vector. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00393">393</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0acba38600f4a9a4c0943966f51de193">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AdminVerifyDbResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00410">410</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a177fe5198a288753f91862f492a44231">◆ </a></span>orphanedTablesTotalSize</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::AdminVerifyDbResponse::orphanedTablesTotalSize</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#aeab1dbdba6dc054ae372f268f47d2b5a">verify\_persist</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a>, <a className="el" href="/content/api/cpp/namespacegpudb#a503a9bd289e5aff62cfb89fd825fdab7">verify\_orphaned\_tables\_only</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a> or <a className="el" href="/content/api/cpp/namespacegpudb#ab35d54c59415714be083e0413bc973f2">delete\_orphaned\_tables</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d267d4d815f1c947a22c9c12b41969">true</a>, this is the sum in bytes of all orphaned tables found. </p>
        <p>Otherwise, -1. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00405">405</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a528018792169dba9308bdd662ae1105c">◆ </a></span>verifiedOk</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::AdminVerifyDbResponse::verifiedOk</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>True if no errors were found, false otherwise. </p>
        <p>The default value is false. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__verify__db_8h_source#l00387">387</a> of file <a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/admin__verify__db_8h_source">admin\_verify\_db.h</a></li>
    </ul>
  </div>
</div>
