Interface Watchlist.DefinitionStages.WithItemsSearchKey

All Known Subinterfaces:
Watchlist.Definition, Watchlist.DefinitionStages.WithCreate
Enclosing interface:
Watchlist.DefinitionStages

public static interface Watchlist.DefinitionStages.WithItemsSearchKey
The stage of the Watchlist definition allowing to specify itemsSearchKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    withItemsSearchKey(String itemsSearchKey)
    Specifies the itemsSearchKey property: The search key is used to optimize query performance when using watchlists for joins with other data.
  • Method Details

    • withItemsSearchKey

      Watchlist.DefinitionStages.WithCreate withItemsSearchKey(String itemsSearchKey)
      Specifies the itemsSearchKey property: The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address..
      Parameters:
      itemsSearchKey - The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address.
      Returns:
      the next definition stage.