dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
PortalQueryResult Class
Represents the result object returned from a portal query. ArcGIS Maps SDK for JavaScript
public record PortalQueryResult : System.IEquatable<dymaptic.GeoBlazor.Core.Results.PortalQueryResult>
Inheritance System.Object 🡒 PortalQueryResult
Implements System.IEquatable<PortalQueryResult>
Constructors
PortalQueryResult(PortalQueryParams, PortalQueryParams, IReadOnlyCollection, Nullable) Constructor
Represents the result object returned from a portal query. ArcGIS Maps SDK for JavaScript
public PortalQueryResult(dymaptic.GeoBlazor.Core.Model.PortalQueryParams? NextQueryParams=null, dymaptic.GeoBlazor.Core.Model.PortalQueryParams? QueryParams=null, System.Collections.Generic.IReadOnlyCollection<string>? Results=null, System.Nullable<double> Total=null);
Parameters
NextQueryParams PortalQueryParams
The query parameters for the next set of results. ArcGIS Maps SDK for JavaScript
QueryParams PortalQueryParams
The query parameters for the first set of results. ArcGIS Maps SDK for JavaScript
Results System.Collections.Generic.IReadOnlyCollection<System.String>
An array of result item objects. ArcGIS Maps SDK for JavaScript
Total System.Nullable<System.Double>
The total number of results. ArcGIS Maps SDK for JavaScript
Properties
PortalQueryResult.NextQueryParams Property
The query parameters for the next set of results. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.PortalQueryParams? NextQueryParams { get; init; }
Property Value
PortalQueryResult.QueryParams Property
The query parameters for the first set of results. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.PortalQueryParams? QueryParams { get; init; }
Property Value
PortalQueryResult.Results Property
An array of result item objects. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? Results { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
PortalQueryResult.Total Property
The total number of results. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Total { get; init; }