Interface QuotaStats

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getChildren()
      Returns the cardinal value of all the children of the underlying document.
      long getIntrinsic()
      Returns the intrinsic cardinal value of the underlying document.
      long getTotal()
      Returns the cardinal value of all the descendants of the underlying document.
    • Method Detail

      • getIntrinsic

        long getIntrinsic()
        Returns the intrinsic cardinal value of the underlying document.
      • getChildren

        long getChildren()
        Returns the cardinal value of all the children of the underlying document.
      • getTotal

        long getTotal()
        Returns the cardinal value of all the descendants of the underlying document. plus the value of getIntrinsic().