Interface Watchlist.UpdateStages.WithItemsSearchKey

  • All Known Subinterfaces:
    Watchlist.Update
    Enclosing interface:
    Watchlist.UpdateStages

    public static interface Watchlist.UpdateStages.WithItemsSearchKey
    The stage of the Watchlist update allowing to specify itemsSearchKey.
    • Method Detail

      • withItemsSearchKey

        Watchlist.Update 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.