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

# verifyBackup

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

  <h2 className="memtitle"><span className="permalink"><a href="#a1535a278ec6cd9c8212d013ce06ef386">◆ </a></span>verifyBackup() <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_1VerifyBackupResponse">VerifyBackupResponse</a> kinetica.Kinetica.verifyBackup </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">backup\_name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">datasource\_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>Inspects the requested database <a href="/content/admin/backup_restore/#database-backup" target="_top">backup(s)</a> for conformity at the remote file store accessible via the <a href="/content/concepts/data_sources/" target="_top">data source</a> specified by <span className="em">datasource\_name</span> . </p>
      <p>By default all snapshots are inspected unless the option <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a> is used to target a specific instance.Returns backup verification results. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">backup\_name</td>
              <td>Name of the backup. An empty string or '<span className="em">' will check all existing backups. Any text followed by a '</span>' will inspect backups whose name starts with that text. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">datasource\_name</td>
              <td>Data source through which the backup is accessible.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a>: ID of the snapshot to verify. Set to '-1' to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is '-1'. </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#L66119">66119</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="a0aa0d148a0ff5244d23e99a2d697c903" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0aa0d148a0ff5244d23e99a2d697c903">◆ </a></span>verifyBackup() <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_1VerifyBackupResponse">VerifyBackupResponse</a> kinetica.Kinetica.verifyBackup </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1VerifyBackupRequest">VerifyBackupRequest</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>Inspects the requested database <a href="/content/admin/backup_restore/#database-backup" target="_top">backup(s)</a> for conformity at the remote file store accessible via the <a href="/content/concepts/data_sources/" target="_top">data source</a> specified by <a className="el" href="/content/api/cs/classkinetica_1_1VerifyBackupRequest#a1b30aaeabd1a676b1ac1398b73e9218c">datasource\_name</a>. </p>
      <p>By default all snapshots are inspected unless the option <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a> is used to target a specific instance.Returns backup verification results. </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#L66054">66054</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="a50e8cafcb559058362d31b9f455e39ba" />

  <h2 className="memtitle"><span className="permalink"><a href="#a50e8cafcb559058362d31b9f455e39ba">◆ </a></span>VerifyBackupAsync() <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_1VerifyBackupResponse">VerifyBackupResponse</a> > kinetica.Kinetica.VerifyBackupAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">backup\_name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">datasource\_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>Inspects the requested database <a href="/content/admin/backup_restore/#database-backup" target="_top">backup(s)</a> for conformity at the remote file store accessible via the <a href="/content/concepts/data_sources/" target="_top">data source</a> specified by <span className="em">datasource\_name</span> . </p>
      <p>(async) </p>
      <p>By default all snapshots are inspected unless the option <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a> is used to target a specific instance.Returns backup verification results. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">backup\_name</td>
              <td>Name of the backup. An empty string or '<span className="em">' will check all existing backups. Any text followed by a '</span>' will inspect backups whose name starts with that text. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">datasource\_name</td>
              <td>Data source through which the backup is accessible.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a>: ID of the snapshot to verify. Set to '-1' to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is '-1'. </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#L66161">66161</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="a06782fe31d4de0963b86f105c39e42fc" />

  <h2 className="memtitle"><span className="permalink"><a href="#a06782fe31d4de0963b86f105c39e42fc">◆ </a></span>VerifyBackupAsync() <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_1VerifyBackupResponse">VerifyBackupResponse</a> > kinetica.Kinetica.VerifyBackupAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1VerifyBackupRequest">VerifyBackupRequest</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>Inspects the requested database <a href="/content/admin/backup_restore/#database-backup" target="_top">backup(s)</a> for conformity at the remote file store accessible via the <a href="/content/concepts/data_sources/" target="_top">data source</a> specified by <a className="el" href="/content/api/cs/classkinetica_1_1VerifyBackupRequest#a1b30aaeabd1a676b1ac1398b73e9218c">datasource\_name</a>. </p>
      <p>(async) </p>
      <p>By default all snapshots are inspected unless the option <a className="el" href="/content/api/cs/structkinetica_1_1VerifyBackupRequest_1_1Options#a49b03ba811ff015d59b5690da542755d">BACKUP\_ID</a> is used to target a specific instance.Returns backup verification results. </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#L66079">66079</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>
