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

# createTableMonitor

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

  <h2 className="memtitle"><span className="permalink"><a href="#aca74e08aa60b423b2d4dfa24fc9ec739">◆ </a></span>createTableMonitor() <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_1CreateTableMonitorResponse">CreateTableMonitorResponse</a> kinetica.Kinetica.createTableMonitor </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorRequest">CreateTableMonitorRequest</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>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="/content/api/cs/classkinetica_1_1CreateTableMonitorRequest#aedbbde45274e916f4a7a3bb7913636a5">table\_name</a>) and forwards event notifications to subscribers via ZMQ. </p>
      <p>After this call completes, subscribe to the returned <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorResponse#aebd39badd8ec166cc6e8db28864e0038">topic\_id</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/cs/classkinetica_1_1CreateTableMonitorResponse#a7c8897d3a09bc567d9734818fc83d6d9">type\_schema</a>. The monitor will continue to run (regardless of whether or not there are any subscribers) until deactivated with <a className="el" href="#a2c04ade06df0fd2f1286c6f5ad072168">clearTableMonitor</a>.</p>
      <p>For more information on table monitors, see <a href="/content/concepts/table_monitors/" target="_top">Table Monitors</a>.</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#L28071">28071</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="a3608e82c627d9146dda000963f3e4e6c" />

  <h2 className="memtitle"><span className="permalink"><a href="#a3608e82c627d9146dda000963f3e4e6c">◆ </a></span>createTableMonitor() <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_1CreateTableMonitorResponse">CreateTableMonitorResponse</a> kinetica.Kinetica.createTableMonitor </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_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>Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by <span className="em">table\_name</span> ) and forwards event notifications to subscribers via ZMQ. </p>
      <p>After this call completes, subscribe to the returned <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorResponse#aebd39badd8ec166cc6e8db28864e0038">topic\_id</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/cs/classkinetica_1_1CreateTableMonitorResponse#a7c8897d3a09bc567d9734818fc83d6d9">type\_schema</a>. The monitor will continue to run (regardless of whether or not there are any subscribers) until deactivated with <a className="el" href="#a2c04ade06df0fd2f1286c6f5ad072168">clearTableMonitor</a>.</p>
      <p>For more information on table monitors, see <a href="/content/concepts/table_monitors/" target="_top">Table Monitors</a>.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</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="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a8b05b1eb6969f3ce96ca9fd8513a66a0">EVENT</a>: Type of modification event on the target table to be monitored by this table monitor. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af682b517010e6e315a91f9863fa44bd9">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#aa485b6f559d8bf16f58b5624b125d870">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae047c2e4a1419456189d52bc1ea6febe">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af682b517010e6e315a91f9863fa44bd9">INSERT</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a61f4d45f8a600819befb588618577ced">MONITOR\_ID</a>: ID to use for this monitor instead of a randomly generated one. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a9201eca06eec3f0afb004c0661a2c323">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a9a5cdbb8d0ae869630c115a431600e08">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7cc87b9953ed2216990d36e1be67926">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7321c0d8f4a878e6f0e9e467d30fbc6">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a35c529612fe1ebd51b90f0f2b1bbde78">KAFKA\_TOPIC\_NAME</a>: Name of the Kafka topic to publish to if <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7321c0d8f4a878e6f0e9e467d30fbc6">DESTINATION</a> in <span className="em">options</span> is specified and is a Kafka broker. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#abd26130292ead1d817e1c6bb098abbb2">INCREASING\_COLUMN</a>: Column on subscribed table that will increase for new records (e.g., TIMESTAMP). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a39f14feab782369255ce3c7974dc09f7">EXPRESSION</a>: Filter expression to limit records for notification. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a30a83910913d04b2897a5b7c8a712cd1">JOIN\_TABLE\_NAMES</a>: A comma-separated list of tables (optionally with aliases) to include in the join. The monitored table <span className="em">table\_name</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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ad2cdff53e9b0c8f26923f6db66e4be1a">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#afd238b3ce8027e91116003420077f9ca">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a>: Method controlling when the table monitor reports changes to the <span className="em">table\_name</span> . Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae2f54ce47228195ecf24e24757007dac">ON\_CHANGE</a>: Report changes as they occur. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">PERIODIC</a>: Report changes periodically at rate specified by <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a87ae2117c61a8f0b0092c6026f0c6276">REFRESH\_PERIOD</a>. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae2f54ce47228195ecf24e24757007dac">ON\_CHANGE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a87ae2117c61a8f0b0092c6026f0c6276">REFRESH\_PERIOD</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">PERIODIC</a>, specifies the period in seconds at which changes are reported. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a92f31c40677ec4c7186d464078f9db3b">REFRESH\_START\_TIME</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">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 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#L28331">28331</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="a8c6456acccff8d3d6b5e61286793ff1b" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8c6456acccff8d3d6b5e61286793ff1b">◆ </a></span>CreateTableMonitorAsync() <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_1CreateTableMonitorResponse">CreateTableMonitorResponse</a> > kinetica.Kinetica.CreateTableMonitorAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorRequest">CreateTableMonitorRequest</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>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="/content/api/cs/classkinetica_1_1CreateTableMonitorRequest#aedbbde45274e916f4a7a3bb7913636a5">table\_name</a>) and forwards event notifications to subscribers via ZMQ. </p>
      <p>(async) </p>
      <p>After this call completes, subscribe to the returned <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorResponse#aebd39badd8ec166cc6e8db28864e0038">topic\_id</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/cs/classkinetica_1_1CreateTableMonitorResponse#a7c8897d3a09bc567d9734818fc83d6d9">type\_schema</a>. The monitor will continue to run (regardless of whether or not there are any subscribers) until deactivated with <a className="el" href="#a2c04ade06df0fd2f1286c6f5ad072168">clearTableMonitor</a>.</p>
      <p>For more information on table monitors, see <a href="/content/concepts/table_monitors/" target="_top">Table Monitors</a>.</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#L28104">28104</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="a9659d33a482ba76afd3a866f35f3f92b" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9659d33a482ba76afd3a866f35f3f92b">◆ </a></span>CreateTableMonitorAsync() <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_1CreateTableMonitorResponse">CreateTableMonitorResponse</a> > kinetica.Kinetica.CreateTableMonitorAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_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>Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by <span className="em">table\_name</span> ) and forwards event notifications to subscribers via ZMQ. </p>
      <p>(async) </p>
      <p>After this call completes, subscribe to the returned <a className="el" href="/content/api/cs/classkinetica_1_1CreateTableMonitorResponse#aebd39badd8ec166cc6e8db28864e0038">topic\_id</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/cs/classkinetica_1_1CreateTableMonitorResponse#a7c8897d3a09bc567d9734818fc83d6d9">type\_schema</a>. The monitor will continue to run (regardless of whether or not there are any subscribers) until deactivated with <a className="el" href="#a2c04ade06df0fd2f1286c6f5ad072168">clearTableMonitor</a>.</p>
      <p>For more information on table monitors, see <a href="/content/concepts/table_monitors/" target="_top">Table Monitors</a>.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</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="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a8b05b1eb6969f3ce96ca9fd8513a66a0">EVENT</a>: Type of modification event on the target table to be monitored by this table monitor. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af682b517010e6e315a91f9863fa44bd9">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#aa485b6f559d8bf16f58b5624b125d870">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae047c2e4a1419456189d52bc1ea6febe">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af682b517010e6e315a91f9863fa44bd9">INSERT</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a61f4d45f8a600819befb588618577ced">MONITOR\_ID</a>: ID to use for this monitor instead of a randomly generated one. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a9201eca06eec3f0afb004c0661a2c323">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a9a5cdbb8d0ae869630c115a431600e08">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7cc87b9953ed2216990d36e1be67926">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7321c0d8f4a878e6f0e9e467d30fbc6">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a35c529612fe1ebd51b90f0f2b1bbde78">KAFKA\_TOPIC\_NAME</a>: Name of the Kafka topic to publish to if <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#af7321c0d8f4a878e6f0e9e467d30fbc6">DESTINATION</a> in <span className="em">options</span> is specified and is a Kafka broker. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#abd26130292ead1d817e1c6bb098abbb2">INCREASING\_COLUMN</a>: Column on subscribed table that will increase for new records (e.g., TIMESTAMP). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a39f14feab782369255ce3c7974dc09f7">EXPRESSION</a>: Filter expression to limit records for notification. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a30a83910913d04b2897a5b7c8a712cd1">JOIN\_TABLE\_NAMES</a>: A comma-separated list of tables (optionally with aliases) to include in the join. The monitored table <span className="em">table\_name</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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ad2cdff53e9b0c8f26923f6db66e4be1a">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#afd238b3ce8027e91116003420077f9ca">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/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a>: Method controlling when the table monitor reports changes to the <span className="em">table\_name</span> . Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae2f54ce47228195ecf24e24757007dac">ON\_CHANGE</a>: Report changes as they occur. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">PERIODIC</a>: Report changes periodically at rate specified by <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a87ae2117c61a8f0b0092c6026f0c6276">REFRESH\_PERIOD</a>. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#ae2f54ce47228195ecf24e24757007dac">ON\_CHANGE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a87ae2117c61a8f0b0092c6026f0c6276">REFRESH\_PERIOD</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">PERIODIC</a>, specifies the period in seconds at which changes are reported. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a92f31c40677ec4c7186d464078f9db3b">REFRESH\_START\_TIME</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a1a263c5a3efb50db9e0356345222e8f8">REFRESH\_METHOD</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateTableMonitorRequest_1_1Options#a03503861176169c53c1dabc1d3c62e86">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 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#L28558">28558</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>
