layout: default title: QueryTopFeaturesCapability parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

QueryTopFeaturesCapability Class

Describes top features query operations that can be performed on features in the layer.

public class QueryTopFeaturesCapability :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.QueryTopFeaturesCapability>

Inheritance System.Object 🡒 QueryTopFeaturesCapability

Implements System.IEquatable<QueryTopFeaturesCapability>

Constructors

QueryTopFeaturesCapability(bool) Constructor

Describes top features query operations that can be performed on features in the layer.

public QueryTopFeaturesCapability(bool SupportsCacheHint);

Parameters

SupportsCacheHint System.Boolean

Indicates if the top query operation supports a cache hint. This is valid only for hosted feature services.

Properties

QueryTopFeaturesCapability.SupportsCacheHint Property

Indicates if the top query operation supports a cache hint. This is valid only for hosted feature services.

public bool SupportsCacheHint { get; set; }

Property Value

System.Boolean