Class FTAggregateOptions.Limit

    • Constructor Summary

      Constructors 
      Constructor Description
      Limit​(int offset, int count)
      Initialize a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Limit

        public Limit​(int offset,
                     int count)
        Initialize a new instance.
        Parameters:
        offset - Starting point from which the records have to be retained.
        count - The total number of records to be retained.