> ## 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::CreateTableMonitorRequest

> gpudb::CreateTableMonitorRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ab379d6656d94cb2e54be2671ecd05d6c">GPUdb::createTableMonitor</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__table__monitor_8h_source">gpudb/protocol/create\_table\_monitor.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:af3e2eddd1f1622e1db049e157d769efb" id="r_af3e2eddd1f1622e1db049e157d769efb">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af3e2eddd1f1622e1db049e157d769efb">CreateTableMonitorRequest</a> ()</td>
      </tr>

      <tr className="memdesc:af3e2eddd1f1622e1db049e157d769efb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorRequest" title="A set of parameters for GPUdb::createTableMonitor.">CreateTableMonitorRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a40976f5d7072d40e01eff7b1bb196e55" id="r_a40976f5d7072d40e01eff7b1bb196e55">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a40976f5d7072d40e01eff7b1bb196e55">CreateTableMonitorRequest</a> (const std::string \&tableName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a40976f5d7072d40e01eff7b1bb196e55">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorRequest" title="A set of parameters for GPUdb::createTableMonitor.">CreateTableMonitorRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a40976f5d7072d40e01eff7b1bb196e55">
        <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:a0e8f2441270fcee8e907355690991ec4" id="r_a0e8f2441270fcee8e907355690991ec4">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0e8f2441270fcee8e907355690991ec4">tableName</a></td>
      </tr>

      <tr className="memdesc:a0e8f2441270fcee8e907355690991ec4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table to monitor, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a642ce8f2a13c2794d2eef7c4e9c612b5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ab379d6656d94cb2e54be2671ecd05d6c">GPUdb::createTableMonitor</a>. </p>
      <p>Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by <a className="el" href="#a0e8f2441270fcee8e907355690991ec4">tableName</a>) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorResponse#a4498d9c99e9502363ab4e63d7b0c998a">topicId</a> on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorResponse#aa168cadead6d2e3ed252e54c25f6fbe1">typeSchema</a>. The monitor will continue to run (regardless of whether or not there are any subscribers) until deactivated with <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad2bf08c0671686d9fd13ec177214fa1c">GPUdb::clearTableMonitor</a>.</p>
      <p>For more information on table monitors, see <a href="/content/concepts/table_monitors/" target="_top">Table Monitors</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__monitor_8h_source#l00036">36</a> of file <a className="el" href="/content/api/cpp/create__table__monitor_8h_source">create\_table\_monitor.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#af3e2eddd1f1622e1db049e157d769efb">◆ </a></span>CreateTableMonitorRequest() <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">gpudb::CreateTableMonitorRequest::CreateTableMonitorRequest </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 a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorRequest" title="A set of parameters for GPUdb::createTableMonitor.">CreateTableMonitorRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__monitor_8h_source#l00042">42</a> of file <a className="el" href="/content/api/cpp/create__table__monitor_8h_source">create\_table\_monitor.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a40976f5d7072d40e01eff7b1bb196e55">◆ </a></span>CreateTableMonitorRequest() <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">gpudb::CreateTableMonitorRequest::CreateTableMonitorRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></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>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableMonitorRequest" title="A set of parameters for GPUdb::createTableMonitor.">CreateTableMonitorRequest</a> object with the specified parameters. </p>

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

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">tableName\_</td>
                <td>Name of the table to monitor, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a135e0633be241008715990221ac0495a">create\_table\_monitor\_event</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of modification event on the target table to be monitored by this table monitor. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad34e70b72e3397c92a500cb8201ddf07">create\_table\_monitor\_insert</a>: Get notifications of new record insertions. The new row images are forwarded to the subscribers. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a683f1dacbbb8985389e3699e8dc6718b">create\_table\_monitor\_update</a>: Get notifications of update operations. The modified row count information is forwarded to the subscribers. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2b47127043d14274d25aac538b3fa69e">create\_table\_monitor\_delete</a>: Get notifications of delete operations. The deleted row count information is forwarded to the subscribers. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ad34e70b72e3397c92a500cb8201ddf07">create\_table\_monitor\_insert</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aaba6dfd6afeb3f9c248c3dbae68f9adb">create\_table\_monitor\_monitor\_id</a>: ID to use for this monitor instead of a randomly generated one. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a06251099009a5e7b8ceb2fc4f0668fda">create\_table\_monitor\_datasink\_name</a>: Name of an existing <a href="/content/concepts/data_sinks/" target="_top">data sink</a> to send change data notifications to. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a21aba3472f4b1175e6bdef2d687e8181">create\_table\_monitor\_max\_consecutive\_failures</a>: Maximum number of consecutive failed notification attempts before suspending the stream. A value of -1 (default) disables auto-suspend. This value is by rank and not overall. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad928e8ce43122c6aba90e31f7b304328">create\_table\_monitor\_failed\_notifications\_table\_name</a>: Name of a <a href="/content/concepts/tables/" target="_top">table</a> to which failed stream notifications are written when the stream is suspended. The database will attempt to send notifications persisted in this table when the stream is resumed. The table has the following columns: rank (long), job\_id (long), uuid (uuid), timestamp (timestamp), error\_msg (string), payload (bytes). Leave this option empty to disable persisting failed notification events. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb584a371ba88fa4eb2ae16d94a3c366">create\_table\_monitor\_destination</a>: Destination for the output data in format 'destination\_type://path\[:port]'. Supported destination types are 'http', 'https' and 'kafka'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a03839aaa51c1c757ee367e370d00faa4">create\_table\_monitor\_kafka\_topic\_name</a>: Name of the Kafka topic to publish to if <a className="el" href="/content/api/cpp/namespacegpudb#adb584a371ba88fa4eb2ae16d94a3c366">destination</a> in <span className="em arg">options\_</span> is specified and is a Kafka broker. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3e72f2f1e0f424dc98bef24fa49eb152">create\_table\_monitor\_increasing\_column</a>: Column on subscribed table that will increase for new records (e.g., TIMESTAMP). </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1980694b070a96500ac2b08dc2096907">create\_table\_monitor\_expression</a>: Filter expression to limit records for notification. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae536704522694dbe7c1a161fa5e8a3e9">create\_table\_monitor\_join\_table\_names</a>: A comma-separated list of tables (optionally with aliases) to include in the join. The monitored table <span className="em arg">tableName\_</span> must be included, representing only the newly inserted rows (deltas) since the last notification. Other tables can be any existing tables or views. Aliases can be used with the 'table\_name as alias' syntax. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a67e45db37527e8ce933b1c89f11ebcb8">create\_table\_monitor\_join\_column\_names</a>: A comma-separated list of columns or expressions to include from the joined tables. Column references can use table names or aliases defined in 'join\_table\_names'. Each column can optionally be aliased using 'as'. The selected columns will also appear in the notification output. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a681bf238163c72f640502cb191abba50">create\_table\_monitor\_join\_expressions</a>: Filter or join expressions to apply when combining the tables. Expressions are standard SQL-style conditions and can reference any table or alias listed in 'join\_table\_names'. This corresponds to the WHERE clause of the underlying join, and can include conditions to filter the delta rows. </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">create\_table\_monitor\_refresh\_method</a>: Method controlling when the table monitor reports changes to the <span className="em arg">tableName\_</span>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3ead863f17f673afd2488d57db643c25">create\_table\_monitor\_on\_change</a>: Report changes as they occur. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">create\_table\_monitor\_periodic</a>: Report changes periodically at rate specified by <a className="el" href="/content/api/cpp/namespacegpudb#aada545fed7ec124f5a431391ae428a3c">refresh\_period</a>. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a3ead863f17f673afd2488d57db643c25">create\_table\_monitor\_on\_change</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aada545fed7ec124f5a431391ae428a3c">create\_table\_monitor\_refresh\_period</a>: When <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">refresh\_method</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">periodic</a>, specifies the period in seconds at which changes are reported. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a409c9238bc4f2d6b19093b6433984a92">create\_table\_monitor\_refresh\_start\_time</a>: When <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">refresh\_method</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">periodic</a>, specifies the first time at which changes are reported. Value is a datetime string with format 'YYYY-MM-DD HH:MM:SS'. </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__monitor_8h_source#l00235">235</a> of file <a className="el" href="/content/api/cpp/create__table__monitor_8h_source">create\_table\_monitor.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a135e0633be241008715990221ac0495a">create\_table\_monitor\_event</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of modification event on the target table to be monitored by this table monitor. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad34e70b72e3397c92a500cb8201ddf07">create\_table\_monitor\_insert</a>: Get notifications of new record insertions. The new row images are forwarded to the subscribers. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a683f1dacbbb8985389e3699e8dc6718b">create\_table\_monitor\_update</a>: Get notifications of update operations. The modified row count information is forwarded to the subscribers. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2b47127043d14274d25aac538b3fa69e">create\_table\_monitor\_delete</a>: Get notifications of delete operations. The deleted row count information is forwarded to the subscribers. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ad34e70b72e3397c92a500cb8201ddf07">create\_table\_monitor\_insert</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aaba6dfd6afeb3f9c248c3dbae68f9adb">create\_table\_monitor\_monitor\_id</a>: ID to use for this monitor instead of a randomly generated one. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a06251099009a5e7b8ceb2fc4f0668fda">create\_table\_monitor\_datasink\_name</a>: Name of an existing <a href="/content/concepts/data_sinks/" target="_top">data sink</a> to send change data notifications to. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a21aba3472f4b1175e6bdef2d687e8181">create\_table\_monitor\_max\_consecutive\_failures</a>: Maximum number of consecutive failed notification attempts before suspending the stream. A value of -1 (default) disables auto-suspend. This value is by rank and not overall. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad928e8ce43122c6aba90e31f7b304328">create\_table\_monitor\_failed\_notifications\_table\_name</a>: Name of a <a href="/content/concepts/tables/" target="_top">table</a> to which failed stream notifications are written when the stream is suspended. The database will attempt to send notifications persisted in this table when the stream is resumed. The table has the following columns: rank (long), job\_id (long), uuid (uuid), timestamp (timestamp), error\_msg (string), payload (bytes). Leave this option empty to disable persisting failed notification events. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb584a371ba88fa4eb2ae16d94a3c366">create\_table\_monitor\_destination</a>: Destination for the output data in format 'destination\_type://path\[:port]'. Supported destination types are 'http', 'https' and 'kafka'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a03839aaa51c1c757ee367e370d00faa4">create\_table\_monitor\_kafka\_topic\_name</a>: Name of the Kafka topic to publish to if <a className="el" href="/content/api/cpp/namespacegpudb#adb584a371ba88fa4eb2ae16d94a3c366">destination</a> in <a className="el" href="#a642ce8f2a13c2794d2eef7c4e9c612b5">options</a> is specified and is a Kafka broker. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3e72f2f1e0f424dc98bef24fa49eb152">create\_table\_monitor\_increasing\_column</a>: Column on subscribed table that will increase for new records (e.g., TIMESTAMP). </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1980694b070a96500ac2b08dc2096907">create\_table\_monitor\_expression</a>: Filter expression to limit records for notification. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae536704522694dbe7c1a161fa5e8a3e9">create\_table\_monitor\_join\_table\_names</a>: A comma-separated list of tables (optionally with aliases) to include in the join. The monitored table <a className="el" href="#a0e8f2441270fcee8e907355690991ec4">tableName</a> must be included, representing only the newly inserted rows (deltas) since the last notification. Other tables can be any existing tables or views. Aliases can be used with the 'table\_name as alias' syntax. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a67e45db37527e8ce933b1c89f11ebcb8">create\_table\_monitor\_join\_column\_names</a>: A comma-separated list of columns or expressions to include from the joined tables. Column references can use table names or aliases defined in 'join\_table\_names'. Each column can optionally be aliased using 'as'. The selected columns will also appear in the notification output. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a681bf238163c72f640502cb191abba50">create\_table\_monitor\_join\_expressions</a>: Filter or join expressions to apply when combining the tables. Expressions are standard SQL-style conditions and can reference any table or alias listed in 'join\_table\_names'. This corresponds to the WHERE clause of the underlying join, and can include conditions to filter the delta rows. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">create\_table\_monitor\_refresh\_method</a>: Method controlling when the table monitor reports changes to the <a className="el" href="#a0e8f2441270fcee8e907355690991ec4">tableName</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3ead863f17f673afd2488d57db643c25">create\_table\_monitor\_on\_change</a>: Report changes as they occur. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">create\_table\_monitor\_periodic</a>: Report changes periodically at rate specified by <a className="el" href="/content/api/cpp/namespacegpudb#aada545fed7ec124f5a431391ae428a3c">refresh\_period</a>. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a3ead863f17f673afd2488d57db643c25">create\_table\_monitor\_on\_change</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aada545fed7ec124f5a431391ae428a3c">create\_table\_monitor\_refresh\_period</a>: When <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">refresh\_method</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">periodic</a>, specifies the period in seconds at which changes are reported. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a409c9238bc4f2d6b19093b6433984a92">create\_table\_monitor\_refresh\_start\_time</a>: When <a className="el" href="/content/api/cpp/namespacegpudb#ab8e4dd01b0a783ac97539226d8aca2a4">refresh\_method</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a7ed69c26a0ee0e14af20a34c3b6a6a4b">periodic</a>, specifies the first time at which changes are reported. Value is a datetime string with format 'YYYY-MM-DD HH:MM:SS'. </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__monitor_8h_source#l00368">368</a> of file <a className="el" href="/content/api/cpp/create__table__monitor_8h_source">create\_table\_monitor.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0e8f2441270fcee8e907355690991ec4">◆ </a></span>tableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::CreateTableMonitorRequest::tableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the table to monitor, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__monitor_8h_source#l00247">247</a> of file <a className="el" href="/content/api/cpp/create__table__monitor_8h_source">create\_table\_monitor.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/create__table__monitor_8h_source">create\_table\_monitor.h</a></li>
    </ul>
  </div>
</div>
