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

# kinetica.GetGraphEntitiesResponse

> kinetica.GetGraphEntitiesResponse — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a045557ec0e632141f37c9d5cd9fcf903">Kinetica.getGraphEntities</a>. <a href="#details">More...</a></p>
    <div id="dynsection-0" className="dynheader closed"> Inheritance diagram for kinetica.GetGraphEntitiesResponse:</div>

    <div id="dynsection-0-summary" className="dynsummary" />

    <div id="dynsection-0-content" className="dyncontent">
      <div className="center" />

      <div className="center"><span className="legend">\[<a target="top" href="/content/api/cs/graph_legend">legend</a>]</span></div>
    </div>

    <div id="dynsection-1" className="dynheader closed"> Collaboration diagram for kinetica.GetGraphEntitiesResponse:</div>

    <div id="dynsection-1-summary" className="dynsummary" />

    <div id="dynsection-1-content" className="dyncontent">
      <div className="center" />

      <div className="center"><span className="legend">\[<a target="top" href="/content/api/cs/graph_legend">legend</a>]</span></div>
    </div>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Properties</h2>
        </td>
      </tr>

      <tr className="memitem:a1cc0636ce0bb321e78753e569b7728fc" id="r_a1cc0636ce0bb321e78753e569b7728fc">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1cc0636ce0bb321e78753e569b7728fc">result</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a1cc0636ce0bb321e78753e569b7728fc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a successful retrieval. <br /></td>
      </tr>

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

      <tr className="memitem:a010e310c1ee1af0177145fa12bbf6ed0" id="r_a010e310c1ee1af0177145fa12bbf6ed0">
        <td className="memItemLeft" align="right" valign="top">IList\< long > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0">entities\_int</a> = new List\<long>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a010e310c1ee1af0177145fa12bbf6ed0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Flat array of entity data for integer-identifier graphs with a repeating stride. <br /></td>
      </tr>

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

      <tr className="memitem:a3e8dc2be8042c97bfe40861560405765" id="r_a3e8dc2be8042c97bfe40861560405765">
        <td className="memItemLeft" align="right" valign="top">IList\< string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3e8dc2be8042c97bfe40861560405765">entities\_string</a> = new List\<string>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a3e8dc2be8042c97bfe40861560405765">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Flat array of entity data for name-identifier (string) graphs only. <br /></td>
      </tr>

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

      <tr className="memitem:a971fc5a7154cbd77b7752d4ac3d13604" id="r_a971fc5a7154cbd77b7752d4ac3d13604">
        <td className="memItemLeft" align="right" valign="top">IList\< double > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a971fc5a7154cbd77b7752d4ac3d13604">entities\_double</a> = new List\<double>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a971fc5a7154cbd77b7752d4ac3d13604">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Compact double-packed payload for WKT (geo/XY) graphs. <br /></td>
      </tr>

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

      <tr className="memitem:aa358e0f3e7db2896a53903b509934e6a" id="r_aa358e0f3e7db2896a53903b509934e6a">
        <td className="memItemLeft" align="right" valign="top">IList\< float > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa358e0f3e7db2896a53903b509934e6a">entities\_weight</a> = new List\<float>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:aa358e0f3e7db2896a53903b509934e6a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Per-edge weight values, populated only when the request option 'include\_weights' is 'true' and <code>options entity\_type</code> is 'edge'. <br /></td>
      </tr>

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

      <tr className="memitem:adbfb63b33e396b044dde8a88b6ede900" id="r_adbfb63b33e396b044dde8a88b6ede900">
        <td className="memItemLeft" align="right" valign="top">IList\< string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adbfb63b33e396b044dde8a88b6ede900">labels</a> = new List\<string>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:adbfb63b33e396b044dde8a88b6ede900">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Array of distinct label strings. <br /></td>
      </tr>

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

      <tr className="memitem:a019e41e64ff08555b775373fa6ff2d04" id="r_a019e41e64ff08555b775373fa6ff2d04">
        <td className="memItemLeft" align="right" valign="top">IDictionary\< string, string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a019e41e64ff08555b775373fa6ff2d04">info</a> = new Dictionary\<string, string>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a019e41e64ff08555b775373fa6ff2d04">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information map. <br /></td>
      </tr>

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

      <tr className="inherit_header properties_classkinetica_1_1KineticaData">
        <td colSpan="2"> Properties inherited from <a className="el" href="/content/api/cs/classkinetica_1_1KineticaData">kinetica.KineticaData</a></td>
      </tr>

      <tr className="memitem:aceefbe60fab98d5b1a834d47056a4e77 inherit properties_classkinetica_1_1KineticaData" id="r_aceefbe60fab98d5b1a834d47056a4e77">
        <td className="memItemLeft" align="right" valign="top">Schema </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#aceefbe60fab98d5b1a834d47056a4e77">Schema</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:aceefbe60fab98d5b1a834d47056a4e77 inherit properties_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro Schema for this class. <br /></td>
      </tr>

      <tr className="separator:aceefbe60fab98d5b1a834d47056a4e77 inherit properties_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Additional Inherited Members</h2>
        </td>
      </tr>

      <tr className="inherit_header pub_methods_classkinetica_1_1KineticaData">
        <td colSpan="2"> Public Member Functions inherited from <a className="el" href="/content/api/cs/classkinetica_1_1KineticaData">kinetica.KineticaData</a></td>
      </tr>

      <tr className="memitem:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData" id="r_a6a494237f126f79a7f478b7614323482">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a6a494237f126f79a7f478b7614323482">KineticaData</a> (<a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> type)</td>
      </tr>

      <tr className="memdesc:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructor from <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> Type. <br /></td>
      </tr>

      <tr className="separator:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData" id="r_ac8cbdce08f2dd7d0d02bf0f279d79b79">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#ac8cbdce08f2dd7d0d02bf0f279d79b79">KineticaData</a> (System.Type type=null)</td>
      </tr>

      <tr className="memdesc:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Default constructor, with optional System.Type. <br /></td>
      </tr>

      <tr className="separator:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData" id="r_a8fceb0fc6b641ef28b7548bc2820e48f">
        <td className="memItemLeft" align="right" valign="top">object </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a8fceb0fc6b641ef28b7548bc2820e48f">Get</a> (int fieldPos)</td>
      </tr>

      <tr className="memdesc:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieve a specific property from this object. <br /></td>
      </tr>

      <tr className="separator:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData" id="r_ad02b0bac0aa3f8a64b0ec46a94bd06f0">
        <td className="memItemLeft" align="right" valign="top">void </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#ad02b0bac0aa3f8a64b0ec46a94bd06f0">Put</a> (int fieldPos, object fieldValue)</td>
      </tr>

      <tr className="memdesc:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Write a specific property to this object. <br /></td>
      </tr>

      <tr className="separator:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData" id="r_a6a494237f126f79a7f478b7614323482">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a6a494237f126f79a7f478b7614323482">KineticaData</a> (<a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> type)</td>
      </tr>

      <tr className="memdesc:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructor from <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> Type. <br /></td>
      </tr>

      <tr className="separator:a6a494237f126f79a7f478b7614323482 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData" id="r_ac8cbdce08f2dd7d0d02bf0f279d79b79">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#ac8cbdce08f2dd7d0d02bf0f279d79b79">KineticaData</a> (System.Type type=null)</td>
      </tr>

      <tr className="memdesc:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Default constructor, with optional System.Type. <br /></td>
      </tr>

      <tr className="separator:ac8cbdce08f2dd7d0d02bf0f279d79b79 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData" id="r_a8fceb0fc6b641ef28b7548bc2820e48f">
        <td className="memItemLeft" align="right" valign="top">object </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a8fceb0fc6b641ef28b7548bc2820e48f">Get</a> (int fieldPos)</td>
      </tr>

      <tr className="memdesc:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieve a specific property from this object. <br /></td>
      </tr>

      <tr className="separator:a8fceb0fc6b641ef28b7548bc2820e48f inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData" id="r_ad02b0bac0aa3f8a64b0ec46a94bd06f0">
        <td className="memItemLeft" align="right" valign="top">void </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#ad02b0bac0aa3f8a64b0ec46a94bd06f0">Put</a> (int fieldPos, object fieldValue)</td>
      </tr>

      <tr className="memdesc:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Write a specific property to this object. <br /></td>
      </tr>

      <tr className="separator:ad02b0bac0aa3f8a64b0ec46a94bd06f0 inherit pub_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="inherit_header pub_static_methods_classkinetica_1_1KineticaData">
        <td colSpan="2"> Static Public Member Functions inherited from <a className="el" href="/content/api/cs/classkinetica_1_1KineticaData">kinetica.KineticaData</a></td>
      </tr>

      <tr className="memitem:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData" id="r_a9474d49c9399dbe86f31a3ba07ff4691">
        <td className="memItemLeft" align="right" valign="top">static ? RecordSchema </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a9474d49c9399dbe86f31a3ba07ff4691">SchemaFromType</a> (System.Type t, <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a>? ktype=null)</td>
      </tr>

      <tr className="memdesc:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Create an Avro Schema from a System.Type and a <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a>. <br /></td>
      </tr>

      <tr className="separator:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData" id="r_a9474d49c9399dbe86f31a3ba07ff4691">
        <td className="memItemLeft" align="right" valign="top">static ? RecordSchema </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaData#a9474d49c9399dbe86f31a3ba07ff4691">SchemaFromType</a> (System.Type t, <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a>? ktype=null)</td>
      </tr>

      <tr className="memdesc:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Create an Avro Schema from a System.Type and a <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a>. <br /></td>
      </tr>

      <tr className="separator:a9474d49c9399dbe86f31a3ba07ff4691 inherit pub_static_methods_classkinetica_1_1KineticaData">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

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

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a045557ec0e632141f37c9d5cd9fcf903">Kinetica.getGraphEntities</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00425">425</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
    </div>

    <h2 className="groupheader">Property Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a971fc5a7154cbd77b7752d4ac3d13604">◆ </a></span>entities\_double</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< double > kinetica.GetGraphEntitiesResponse.entities\_double = new List\<double>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Compact double-packed payload for WKT (geo/XY) graphs. </p>
        <p>WKT graphs ALWAYS use this array — 'POINT(x y)' strings are never emitted anywhere. Stride 3 for nodes: \[x, y, label\_index, ...]. Stride 6 for edges (non-concise): \[edge\_id, x0, y0, x1, y1, label\_index, ...]. Empty for non-WKT graphs and when concise mode emits edges into <a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a> instead. label\_index/edge\_id occupy double slots (representable exactly up to 2^53). When 'concise\_edge\_connectivity' is 'true' and entity\_type is 'node', tombstoned (deleted) WKT slots emit \[0.0, 0.0, 0.0] to keep position indices stable. Roughly 4x smaller on the wire than 'POINT(x y)' strings and avoids any client-side regex parse.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00471">471</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a010e310c1ee1af0177145fa12bbf6ed0">◆ </a></span>entities\_int</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< long > kinetica.GetGraphEntitiesResponse.entities\_int = new List\<long>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Flat array of entity data for integer-identifier graphs with a repeating stride. </p>
        <p>For node entities (stride 2): \[node\_id, label\_index, ...]. For edge entities (stride 4): \[edge\_id, node1\_id, node2\_id, label\_index, ...]. Populated when the graph uses integer identifiers; empty otherwise. The label\_index is a 1-based index into the <a className="el" href="#adbfb63b33e396b044dde8a88b6ede900" title="Array of distinct label strings.">GetGraphEntitiesResponse.labels</a> array; 0 indicates no label. When the request option 'concise\_edge\_connectivity' is 'true', this array is also used (regardless of graph identifier type) for edge entities and carries \[edge\_id, node1\_index, node2\_index, edge\_label\_index] where node1\_index/node2\_index are 0-based positions into the node array returned from a paired node call on the same graph. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00443">443</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3e8dc2be8042c97bfe40861560405765">◆ </a></span>entities\_string</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< string > kinetica.GetGraphEntitiesResponse.entities\_string = new List\<string>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Flat array of entity data for name-identifier (string) graphs only. </p>
        <p>For node entities (stride 2): \[node\_name, label\_index, ...]. For edge entities (stride 4): \[edge\_id, node1\_name, node2\_name, label\_index, ...]. Populated only when the graph uses string identifiers. Empty for integer-identifier graphs (data goes to <a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a>) and for WKT/geo-XY graphs (data always goes to <a className="el" href="#a971fc5a7154cbd77b7752d4ac3d13604" title="Compact double-packed payload for WKT (geo/XY) graphs.">GetGraphEntitiesResponse.entities\_double</a> — 'POINT(x y)' strings are never emitted). The label\_index is a string representation of a 1-based index into the <a className="el" href="#adbfb63b33e396b044dde8a88b6ede900" title="Array of distinct label strings.">GetGraphEntitiesResponse.labels</a> array; '0' indicates no label.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00457">457</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa358e0f3e7db2896a53903b509934e6a">◆ </a></span>entities\_weight</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< float > kinetica.GetGraphEntitiesResponse.entities\_weight = new List\<float>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Per-edge weight values, populated only when the request option 'include\_weights' is 'true' and <code>options entity\_type</code> is 'edge'. </p>
        <p>Stride 1, aligned 1:1 with the edge records emitted in <a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a> or <a className="el" href="#a3e8dc2be8042c97bfe40861560405765" title="Flat array of entity data for name-identifier (string) graphs only.">GetGraphEntitiesResponse.entities\_string</a> (i.e. the i-th weight corresponds to the i-th edge record). Empty when the graph has no weights component, when requesting nodes, or when the option is not set. Single-precision float matches the graph server's native weight storage.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00483">483</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a019e41e64ff08555b775373fa6ff2d04">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IDictionary\< string, string > kinetica.GetGraphEntitiesResponse.info = new Dictionary\<string, string>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information map. </p>
        <p>Contains the following keys: 'identifier\_type' — describes the graph's native node identifier type: 'int', 'string', or 'wkt' (geo/XY graph). 'payload\_type' — describes which array actually holds this response payload: 'int' (<a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a>), 'string' (<a className="el" href="#a3e8dc2be8042c97bfe40861560405765" title="Flat array of entity data for name-identifier (string) graphs only.">GetGraphEntitiesResponse.entities\_string</a>), or 'double' (<a className="el" href="#a971fc5a7154cbd77b7752d4ac3d13604" title="Compact double-packed payload for WKT (geo/XY) graphs.">GetGraphEntitiesResponse.entities\_double</a>). WKT graphs ALWAYS use 'double' for both nodes and edges — 'POINT(x y)' strings are never emitted. In concise edge mode payload\_type is 'int' regardless of graph type. Clients should dispatch on 'payload\_type', not 'identifier\_type', to parse the response. 'total\_count' — total number of entities available in the graph for the requested entity\_type, used for pagination; this is the live (non-deleted) count by default, or the raw count (including deleted slots) when 'concise\_edge\_connectivity' is true for a node request. 'status\_message' — set to 'Cancelled' if the request was cancelled mid-iteration (with <a className="el" href="#a1cc0636ce0bb321e78753e569b7728fc" title="Indicates a successful retrieval.">GetGraphEntitiesResponse.result</a> set to false). 'concise\_edge\_connectivity' — set to 'true' when the response was produced with the concise option (edges emitted as \[edge\_id, v0\_index, v1\_index, label\_idx] in <a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a>; WKT-graph nodes emitted as \[x, y, label\_idx] in <a className="el" href="#a971fc5a7154cbd77b7752d4ac3d13604" title="Compact double-packed payload for WKT (geo/XY) graphs.">GetGraphEntitiesResponse.entities\_double</a>; non-WKT nodes still in their native array; node output includes deleted slots to keep indices stable). 'include\_weights' — set to 'true' when <a className="el" href="#aa358e0f3e7db2896a53903b509934e6a" title="Per-edge weight values, populated only when the request option 'include_weights' is 'true' and option...">GetGraphEntitiesResponse.entities\_weight</a> is populated.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00521">521</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adbfb63b33e396b044dde8a88b6ede900">◆ </a></span>labels</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< string > kinetica.GetGraphEntitiesResponse.labels = new List\<string>()</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Array of distinct label strings. </p>
        <p>The label\_index values in <a className="el" href="#a010e310c1ee1af0177145fa12bbf6ed0" title="Flat array of entity data for integer-identifier graphs with a repeating stride.">GetGraphEntitiesResponse.entities\_int</a>, <a className="el" href="#a3e8dc2be8042c97bfe40861560405765" title="Flat array of entity data for name-identifier (string) graphs only.">GetGraphEntitiesResponse.entities\_string</a>, or <a className="el" href="#a971fc5a7154cbd77b7752d4ac3d13604" title="Compact double-packed payload for WKT (geo/XY) graphs.">GetGraphEntitiesResponse.entities\_double</a> are 1-based indexes into this array; index 0 means no label.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00491">491</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1cc0636ce0bb321e78753e569b7728fc">◆ </a></span>result</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.GetGraphEntitiesResponse.result</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span><span className="mlabel set">set</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates a successful retrieval. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source#l00428">428</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this class was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2GetGraphEntities_8cs_source">GetGraphEntities.cs</a></li>
    </ul>
  </div>
</div>
