The query parameters to use when searching for applicable named trace configuration objects. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.11 |
Inherits: |
Properties
Signals
Detailed Description
If none of the parameters are set, the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.
See also UtilityNamedTraceConfiguration.
Property Documentation
Optional parameter representing the creators of the named trace configurations to be queried.
Optional parameter representing the global IDs of the named trace configurations to be queried.
Note: The following formats of UUID will be accepted for the globalIds parameter:
const guids = [ "{221F7A6F-1234-4C7E-AB59-B71C16B7C3B0}", "221F7A6F-1234-4C7E-AB59-B71C16B7C3B0", "{221f7a6f-1234-4c7e-ab59-b71c16b7c3b0}" ];
Optional parameter representing the names of the named trace configurations to be queried.
Optional parameter representing the user tags of the named trace configurations to be queried.
Signal Documentation
Emitted when the creators property changes.
Note: The corresponding handler is onCreatorsChanged
.
Emitted when the globalIds property changes.
Note: The corresponding handler is onGlobalIdsChanged
.
Emitted when the names property changes.
Note: The corresponding handler is onNamesChanged
.
Emitted when the tags property changes.
Note: The corresponding handler is onTagsChanged
.