dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SceneLayerCapabilitiesQueryRelated Class
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public class SceneLayerCapabilitiesQueryRelated :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesQueryRelated>
Inheritance System.Object 🡒 SceneLayerCapabilitiesQueryRelated
Implements System.IEquatable<SceneLayerCapabilitiesQueryRelated>
Constructors
SceneLayerCapabilitiesQueryRelated(Nullable, Nullable, Nullable, Nullable) Constructor
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public SceneLayerCapabilitiesQueryRelated(System.Nullable<bool> SupportsCacheHint=null, System.Nullable<bool> SupportsCount=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsPagination=null);
Parameters
SupportsCacheHint
System.Nullable<System.Boolean>
Indicates if the relationship query operation supports a cache hint.
ArcGIS Maps SDK for JavaScript
SupportsCount
System.Nullable<System.Boolean>
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
SupportsOrderBy
System.Nullable<System.Boolean>
Indicates if the related features or records 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 query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
Properties
SceneLayerCapabilitiesQueryRelated.SupportsCacheHint Property
Indicates if the relationship query operation supports a cache hint.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCacheHint { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesQueryRelated.SupportsCount Property
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCount { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesQueryRelated.SupportsOrderBy Property
Indicates if the related features or records 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>
SceneLayerCapabilitiesQueryRelated.SupportsPagination Property
Indicates if the query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; set; }