Interface Aggregation

    • Field Detail

      • TYPED_KEYS_DELIMITER

        static final String TYPED_KEYS_DELIMITER
        Delimiter used when prefixing aggregation names with their type using the typed_keys parameter
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        String getName()
        Returns:
        The name of this aggregation.
      • getType

        String getType()
        Returns:
        a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
      • getMetaData

        Map<String,​Object> getMetaData()
        Get the optional byte array metadata that was set on the aggregation