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

# filterByString

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

  <h2 className="memtitle"><span className="permalink"><a href="#a54703b7528017e753d80ddcb4b78ff96">◆ </a></span>filterByString() <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_1FilterByStringResponse">FilterByStringResponse</a> kinetica.Kinetica.filterByString </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1FilterByStringRequest">FilterByStringRequest</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>Calculates which objects from a table or view match a string expression for the given string columns. </p>
      <p>Setting <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a> can modify case sensitivity in matching for all modes except <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode details and limitations, see <a href="/content/concepts/full_text_search/" target="_top">Full Text Search</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#L39098">39098</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="a7464a79a352065722a6a35da3cda34b8" />

  <h2 className="memtitle"><span className="permalink"><a href="#a7464a79a352065722a6a35da3cda34b8">◆ </a></span>filterByString() <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_1FilterByStringResponse">FilterByStringResponse</a> kinetica.Kinetica.filterByString </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">string</td>
                <td className="paramname"><span className="paramname"><span className="em">view\_name</span></span>, </td>
              </tr>

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

                <td />

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

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

                <td />

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

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

                <td />

                <td className="paramtype">IList\< string ></td>
                <td className="paramname"><span className="paramname"><span className="em">column\_names</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>Calculates which objects from a table or view match a string expression for the given string columns. </p>
      <p>Setting <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a> can modify case sensitivity in matching for all modes except <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode details and limitations, see <a href="/content/concepts/full_text_search/" target="_top">Full Text Search</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 on which the filter operation will be performed, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table or view.</td>
            </tr>

            <tr>
              <td className="paramname">view\_name</td>
              <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">expression</td>
              <td>The expression with which to filter the table. </td>
            </tr>

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

              <td>
                The string filtering mode to apply. See below for details. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>: Full text search query with wildcards and boolean operators. Note that for this mode, no column can be specified in <span className="em">column\_names</span> ; all string columns of the table that have text search enabled will be searched. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a71cc1c714a18e6b6411530d2671788a6">EQUALS</a>: Exact whole-string match (accelerated). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#aa8bbf825eae9993c96effa7540043a54">CONTAINS</a>: Partial substring match (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a74ad74d5197229d3c52a83e70f0d2dac">STARTS\_WITH</a>: Strings that start with the given expression (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a7a2dadf8ca8289bf10adeddd094ea439">REGEX</a>: Full regular expression search (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a5815a2e1e686072b55318b3931375c43">SEARCH\_STATS</a>: Cross-shard BM25 corpus statistics for one (column, query) pair. Returns the merged BM25 statistics (max\_doc, doc\_count, sum\_total\_term\_freq, per-term doc\_freq / total\_term\_freq) needed by callers that score documents themselves (e.g. text\_match\_bm25\_global SQL function pre-pass). Requires <code>COLUMN\_NAMES</code> to contain exactly one column with text search enabled. The <code>VIEW\_NAME</code> field is ignored — this mode does not produce a result table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">column\_names</td>
              <td>List of columns on which to apply the filter. Ignored for <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a482aa0710942e81ca8d81bacce55fd20">CREATE\_TEMP\_TABLE</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em">view\_name</span> . This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringResponse_1_1Info#aa36d3705b04d4b81898f44c871a3afa9">QUALIFIED\_VIEW\_NAME</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> </li>
                    </ul>

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

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#ac5f91db6864d3082dea8f03d578f7657">COLLECTION\_NAME</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em">view\_name</span> and use <a className="el" href="#ac754b44062e7b90b8afa50ddfa8ccbf2">createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema is non-existent, it will be automatically created. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> then string filtering will ignore case. Does not apply to <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</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#L39284">39284</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="a5007eddd5922cf65026247816a7a0476" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5007eddd5922cf65026247816a7a0476">◆ </a></span>FilterByStringAsync() <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_1FilterByStringResponse">FilterByStringResponse</a> > kinetica.Kinetica.FilterByStringAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1FilterByStringRequest">FilterByStringRequest</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>Calculates which objects from a table or view match a string expression for the given string columns. </p>
      <p>(async) </p>
      <p>Setting <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a> can modify case sensitivity in matching for all modes except <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode details and limitations, see <a href="/content/concepts/full_text_search/" target="_top">Full Text Search</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#L39121">39121</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="ab8bccf07ca41df3d125acba56171f852" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab8bccf07ca41df3d125acba56171f852">◆ </a></span>FilterByStringAsync() <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_1FilterByStringResponse">FilterByStringResponse</a> > kinetica.Kinetica.FilterByStringAsync </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">string</td>
                <td className="paramname"><span className="paramname"><span className="em">view\_name</span></span>, </td>
              </tr>

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

                <td />

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

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

                <td />

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

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

                <td />

                <td className="paramtype">IList\< string ></td>
                <td className="paramname"><span className="paramname"><span className="em">column\_names</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>Calculates which objects from a table or view match a string expression for the given string columns. </p>
      <p>(async) </p>
      <p>Setting <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a> can modify case sensitivity in matching for all modes except <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>. For <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode details and limitations, see <a href="/content/concepts/full_text_search/" target="_top">Full Text Search</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 on which the filter operation will be performed, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table or view.</td>
            </tr>

            <tr>
              <td className="paramname">view\_name</td>
              <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">expression</td>
              <td>The expression with which to filter the table. </td>
            </tr>

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

              <td>
                The string filtering mode to apply. See below for details. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a>: Full text search query with wildcards and boolean operators. Note that for this mode, no column can be specified in <span className="em">column\_names</span> ; all string columns of the table that have text search enabled will be searched. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a71cc1c714a18e6b6411530d2671788a6">EQUALS</a>: Exact whole-string match (accelerated). </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#aa8bbf825eae9993c96effa7540043a54">CONTAINS</a>: Partial substring match (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a74ad74d5197229d3c52a83e70f0d2dac">STARTS\_WITH</a>: Strings that start with the given expression (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a7a2dadf8ca8289bf10adeddd094ea439">REGEX</a>: Full regular expression search (not accelerated). If the column is a string type (non-charN) and the number of records is too large, it will return 0. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a5815a2e1e686072b55318b3931375c43">SEARCH\_STATS</a>: Cross-shard BM25 corpus statistics for one (column, query) pair. Returns the merged BM25 statistics (max\_doc, doc\_count, sum\_total\_term\_freq, per-term doc\_freq / total\_term\_freq) needed by callers that score documents themselves (e.g. text\_match\_bm25\_global SQL function pre-pass). Requires <code>COLUMN\_NAMES</code> to contain exactly one column with text search enabled. The <code>VIEW\_NAME</code> field is ignored — this mode does not produce a result table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">column\_names</td>
              <td>List of columns on which to apply the filter. Ignored for <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a482aa0710942e81ca8d81bacce55fd20">CREATE\_TEMP\_TABLE</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em">view\_name</span> . This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringResponse_1_1Info#aa36d3705b04d4b81898f44c871a3afa9">QUALIFIED\_VIEW\_NAME</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> </li>
                    </ul>

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

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#ac5f91db6864d3082dea8f03d578f7657">COLLECTION\_NAME</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em">view\_name</span> and use <a className="el" href="#ac754b44062e7b90b8afa50ddfa8ccbf2">createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema is non-existent, it will be automatically created. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a7a54e90dbabe492a4a62241a84f83628">CASE\_SENSITIVE</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> then string filtering will ignore case. Does not apply to <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Mode#a292958ea73f47b1907d92f9687ce46d6">SEARCH</a> mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a2ef5dc28223ba0ab7023edaa951b3d73">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1FilterByStringRequest_1_1Options#a88d923cbd9d5f029757195aaca2cd6ee">TRUE</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#L39453">39453</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>
