Property TrackIds
TrackIds
Gets the track IDs of the dynamic entities to query for.
Declaration
public IList<string> TrackIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> | The track IDs of the dynamic entities to query for. |
Remarks
If this array is populated, the query will only return entities with track IDs that match the values in this array.
The track ID is an attribute value in a DynamicEntityDataSource that uniquely identifies a dynamic entity. For an ArcGISStreamService, the track ID attribute is defined by the TrackIdField property. For a custom DynamicEntityDataSource, the track ID attribute is defined by the EntityIdFieldName property.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 - 200.8 |
.NET | 200.7 - 200.8 |
.NET Windows | 200.7 - 200.8 |
.NET Android | 200.7 - 200.8 |
.NET iOS | 200.7 - 200.8 |
.NET Framework | 200.7 - 200.8 |
UWP | 200.7 - 200.8 |