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

# createVideo

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

  <h2 className="memtitle"><span className="permalink"><a href="#ad272c8d9b1609663b7cb09e2d269385d">◆ </a></span>createVideo() <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_1CreateVideoResponse">CreateVideoResponse</a> kinetica.Kinetica.createVideo </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateVideoRequest">CreateVideoRequest</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 job to generate a sequence of raster images that visualize data over a specified time. </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#L31192">31192</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="aef77834cfd1cdbc878e4c4b3de6a49c5" />

  <h2 className="memtitle"><span className="permalink"><a href="#aef77834cfd1cdbc878e4c4b3de6a49c5">◆ </a></span>createVideo() <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_1CreateVideoResponse">CreateVideoResponse</a> kinetica.Kinetica.createVideo </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">attribute</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">begin</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">duration\_seconds</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">end</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">frames\_per\_second</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">style</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">path</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">style\_parameters</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 job to generate a sequence of raster images that visualize data over a specified time. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">attribute</td>
              <td>The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type.</td>
            </tr>

            <tr>
              <td className="paramname">begin</td>
              <td>The start point for the video. Accepts an expression evaluable over the <span className="em">attribute</span> .</td>
            </tr>

            <tr>
              <td className="paramname">duration\_seconds</td>
              <td>Seconds of video to produce.</td>
            </tr>

            <tr>
              <td className="paramname">end</td>
              <td>The end point for the video. Accepts an expression evaluable over the <span className="em">attribute</span> .</td>
            </tr>

            <tr>
              <td className="paramname">frames\_per\_second</td>
              <td>The presentation frame rate of the encoded video in frames per second.</td>
            </tr>

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

              <td>
                The name of the visualize mode; should correspond to the schema used for the <span className="em">style\_parameters</span> field. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#aacebe261a3ed799681e5318876c282f4">CHART</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a56ef512a8f231610c3b3422ac5d03c89">RASTER</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a7528c59bb829e36f059e867b536dacf0">CLASSBREAK</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a7a8eb6829da8bb9bba279e26416d2f39">CONTOUR</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a99c47b121f6e4b5fa77dc56901adf7cc">HEATMAP</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a10ea7f33896ca08192fa49c43d0e193d">LABELS</a> </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">path</td>
              <td>Fully-qualified <a href="/content/tools/kifs/" target="_top">KiFS</a> path. Write access is required. A file must not exist at that path, unless <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>.</td>
            </tr>

            <tr>
              <td className="paramname">style\_parameters</td>
              <td>A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the <span className="em">style</span> field.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#ad8719b77ae3dd19f4a3fc18ca3f14e0f">TTL</a>: Sets the <a href="/content/concepts/ttl" target="_top">TTL</a> of the video. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a06cc42532348932773581d58994fa062">WINDOW</a>: Specified using the data-type corresponding to the <span className="em">attribute</span> . For a window of size W, a video frame rendered for time t will visualize data in the interval \[t-W,t]. The minimum window size is the interval between successive frames. The minimum value is the default. If a value less than the minimum value is specified, it is replaced with the minimum window size. Larger values will make changes throughout the video appear more smooth while smaller values will capture fast variations in the data. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#af3042e6ca5c560342b6199202d14e2ed">NO\_ERROR\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>, does not return an error if the video already exists. Ignored if <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>, deletes any existing video with the same path before creating a new video. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a>.
                  </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#L31342">31342</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="acbc63ed2833ffbee98d6b8f69b1e6f1c" />

  <h2 className="memtitle"><span className="permalink"><a href="#acbc63ed2833ffbee98d6b8f69b1e6f1c">◆ </a></span>CreateVideoAsync() <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_1CreateVideoResponse">CreateVideoResponse</a> > kinetica.Kinetica.CreateVideoAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateVideoRequest">CreateVideoRequest</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 job to generate a sequence of raster images that visualize data over a specified time. </p>
      <p>(async)</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#L31208">31208</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="a51d400f81e1c29a0a68c229dc70fab77" />

  <h2 className="memtitle"><span className="permalink"><a href="#a51d400f81e1c29a0a68c229dc70fab77">◆ </a></span>CreateVideoAsync() <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_1CreateVideoResponse">CreateVideoResponse</a> > kinetica.Kinetica.CreateVideoAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">attribute</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">begin</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">duration\_seconds</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">end</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">frames\_per\_second</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">style</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">path</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">style\_parameters</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 job to generate a sequence of raster images that visualize data over a specified time. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">attribute</td>
              <td>The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type.</td>
            </tr>

            <tr>
              <td className="paramname">begin</td>
              <td>The start point for the video. Accepts an expression evaluable over the <span className="em">attribute</span> .</td>
            </tr>

            <tr>
              <td className="paramname">duration\_seconds</td>
              <td>Seconds of video to produce.</td>
            </tr>

            <tr>
              <td className="paramname">end</td>
              <td>The end point for the video. Accepts an expression evaluable over the <span className="em">attribute</span> .</td>
            </tr>

            <tr>
              <td className="paramname">frames\_per\_second</td>
              <td>The presentation frame rate of the encoded video in frames per second.</td>
            </tr>

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

              <td>
                The name of the visualize mode; should correspond to the schema used for the <span className="em">style\_parameters</span> field. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#aacebe261a3ed799681e5318876c282f4">CHART</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a56ef512a8f231610c3b3422ac5d03c89">RASTER</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a7528c59bb829e36f059e867b536dacf0">CLASSBREAK</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a7a8eb6829da8bb9bba279e26416d2f39">CONTOUR</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a99c47b121f6e4b5fa77dc56901adf7cc">HEATMAP</a> </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Style#a10ea7f33896ca08192fa49c43d0e193d">LABELS</a> </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">path</td>
              <td>Fully-qualified <a href="/content/tools/kifs/" target="_top">KiFS</a> path. Write access is required. A file must not exist at that path, unless <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>.</td>
            </tr>

            <tr>
              <td className="paramname">style\_parameters</td>
              <td>A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the <span className="em">style</span> field.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#ad8719b77ae3dd19f4a3fc18ca3f14e0f">TTL</a>: Sets the <a href="/content/concepts/ttl" target="_top">TTL</a> of the video. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a06cc42532348932773581d58994fa062">WINDOW</a>: Specified using the data-type corresponding to the <span className="em">attribute</span> . For a window of size W, a video frame rendered for time t will visualize data in the interval \[t-W,t]. The minimum window size is the interval between successive frames. The minimum value is the default. If a value less than the minimum value is specified, it is replaced with the minimum window size. Larger values will make changes throughout the video appear more smooth while smaller values will capture fast variations in the data. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#af3042e6ca5c560342b6199202d14e2ed">NO\_ERROR\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>, does not return an error if the video already exists. Ignored if <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#aeebdce55863658acec9e2d016895499d">REPLACE\_IF\_EXISTS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a>, deletes any existing video with the same path before creating a new video. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a197c4435b4a6a26c7b32dde134e24e1c">TRUE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateVideoRequest_1_1Options#a3ac316308784a73fc01ca5e395b7a4ea">FALSE</a>.
                  </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#L31485">31485</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>
