Class ScopeFilter.Builder

  • Enclosing class:
    ScopeFilter

    public static class ScopeFilter.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fieldName

        public ScopeFilter.Builder fieldName​(String fieldName)
        Field must be a valid logging-analytics out-of-the-box field.
        Parameters:
        fieldName - the value to set
        Returns:
        this builder
      • values

        public ScopeFilter.Builder values​(List<Object> values)
        Field values that will be used to filter the query scope.

        Please note all values should reflect the fields data type otherwise the query is subject to fail.

        Parameters:
        values - the value to set
        Returns:
        this builder