Object: DataFinderSettings
- Updated2024-09-12
- 2 minute(s) read
(DataFinderDisplay | Navigator) > DataFinder > Object: DataFinderSettings
Object: DataFinderSettings
The DataFinderSettings object provides a DataFinder configuration. You use the DataFinderSettings object to create and to delete search areas, and folders that are to be excluded from the search, to optimize custom properties, and to import and export DataFinder configurations. You only can use the DataFinderSettings object for the My DataFinder DataFinder.
The following example determines the indexed properties and custom properties of all channel groups in the search areas and optimizes the custom property Test_Name:
| VBScript | Python |
Dim oMyDataFinder, oMyPropertyList, oMyDataFinderSettings Set oMyDataFinder = Navigator.ConnectDataFinder("My DataFinder") Set oMyDataFinderSettings = oMyDataFinder.GetSettings Set oMyPropertyList = oMyDataFinder.GetIndexedProperties(eSearchChannelGroup) If oMyPropertyList.Exists("Test_Name") Then If oMyPropertyList.Item("Test_Name").DataType = DataTypeOptiUnknown Then Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannelGroup, "Test_Name", DataTypeString) End If End If
Properties
Methods
Commit | ExportConfiguration | ImportConfiguration | OptimizeCustomProperty
Returned From
See Also
Procedures
Configuring the Search Results | Defining Search Areas | Executing a Search with OR Operations | Executing a Text Search | Indexing Search Areas | Optimizing Custom Properties | Saving and Loading a Search Query | Searching for Data on a Different Computer in the Network | Searching for Multiple Properties | Sorting Search Results before Executing a Search
Examples
Brake Tests for Trucks | Checking DataPlugins for Timeout | Combining DataFinder Search Results | Context Menu for the Search Results of the DataFinder | Creating ATFX Files from the Context Menu of an ASAM Data Store | Customized User Interface | Evaluation Wizard for the Search Results of the DataFinder | Filtering Data with a Dialog Box | Filtering Data without a Dialog Box | Search and Evaluation Functions in User Dialog Boxes | Searching for and Evaluating Channels | Searching for Channels in the NAVIGATOR | Searching for Data Sets Marked "Failed" in Data Stores | Searching for Data Sets Marked "Failed" | Searching for Properties and Evaluating the Associated Channels | Varying Browse Settings of a Data Store