Interface Context

All Superinterfaces:
Map<String,Object>

public interface Context extends Map<String,Object>
Query pipeline context represented as a Map. Context properties can be retrieved by calling Map.get(Object), and set by calling Map.put(Object, Object).
  • Method Details

    • getCollection

      String getCollection()
      Returns:
      the name of the collection used by current query pipeline.