dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ArcGISImageServiceCapabilitiesQuery Class
Describes query operations supported by the layer.
ArcGIS Maps SDK for JavaScript
public class ArcGISImageServiceCapabilitiesQuery :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ArcGISImageServiceCapabilitiesQuery>
Inheritance System.Object 🡒 ArcGISImageServiceCapabilitiesQuery
Implements System.IEquatable<ArcGISImageServiceCapabilitiesQuery>
Constructors
ArcGISImageServiceCapabilitiesQuery(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Describes query operations supported by the layer.
ArcGIS Maps SDK for JavaScript
public ArcGISImageServiceCapabilitiesQuery(System.Nullable<int> MaxRecordCount=null, System.Nullable<bool> SupportsDistinct=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsPagination=null, System.Nullable<bool> SupportsStandardizedQueriesOnly=null, System.Nullable<bool> SupportsStatistics=null, System.Nullable<bool> SupportsTrueCurve=null);
Parameters
MaxRecordCount
System.Nullable<System.Int32>
The maximum number of records that will be returned for a given query.
ArcGIS Maps SDK for JavaScript
SupportsDistinct
System.Nullable<System.Boolean>
Indicates if the layer supports queries for distinct values based on fields.
ArcGIS Maps SDK for JavaScript
SupportsOrderBy
System.Nullable<System.Boolean>
Indicates if the layer returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
SupportsPagination
System.Nullable<System.Boolean>
Indicates if the layer supports paged queries.
ArcGIS Maps SDK for JavaScript
SupportsStandardizedQueriesOnly
System.Nullable<System.Boolean>
Indicates if the layer supports use of standardized queries.
ArcGIS Maps SDK for JavaScript
SupportsStatistics
System.Nullable<System.Boolean>
Indicates if the layer supports field-based statistical functions.
ArcGIS Maps SDK for JavaScript
SupportsTrueCurve
System.Nullable<System.Boolean>
Properties
ArcGISImageServiceCapabilitiesQuery.MaxRecordCount Property
The maximum number of records that will be returned for a given query.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> MaxRecordCount { get; set; }
Property Value
ArcGISImageServiceCapabilitiesQuery.SupportsDistinct Property
Indicates if the layer supports queries for distinct values based on fields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDistinct { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesQuery.SupportsOrderBy Property
Indicates if the layer returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsOrderBy { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesQuery.SupportsPagination Property
Indicates if the layer supports paged queries.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesQuery.SupportsStandardizedQueriesOnly Property
Indicates if the layer supports use of standardized queries.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsStandardizedQueriesOnly { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesQuery.SupportsStatistics Property
Indicates if the layer supports field-based statistical functions.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsStatistics { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesQuery.SupportsTrueCurve Property
public System.Nullable<bool> SupportsTrueCurve { get; set; }