Class DiffParams


public class DiffParams extends KeyRangeParams<DiffParams>
Parameters for the getDiff API method.

startKey plus endKey selectors and pagination will be added soon. The intention is to allow clients to request a diff on a sub-set of keys (e.g. in one particular namespace) or just for one particular key.

  • Constructor Details

    • DiffParams

      public DiffParams()
  • Method Details