GraphQueryStreaming.js 768 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as r}from"../../chunks/tslib.es6.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";import e from"./GraphQuery.js";let s=class extends e{constructor(r){super(r)}};r([o()],s.prototype,"bindParameters",void 0),r([o()],s.prototype,"bindGeometryQuantizationParameters",void 0),r([o()],s.prototype,"outputQuantizationParameters",void 0),s=r([t("esri.rest.knowledgeGraph.GraphQueryStreaming")],s);const p=s;export{p as default};