Class DataCollection

java.lang.Object
io.debezium.rest.model.DataCollection

public class DataCollection extends Object
A model class representing the structure of the response for the REST Extension call that returns the matching tables/collections on the `validate filters` endpoint.
  • Field Details

    • namespace

      private final String namespace
      catalog, schema or replica set name
    • name

      private final String name
      table or collection
    • realm

      private final String realm
      optional database or schema name
  • Constructor Details

    • DataCollection

      public DataCollection(String namespace, String name)
    • DataCollection

      public DataCollection(String realm, String namespace, String name)
  • Method Details