Class AttachmentStatisticsDTO

    • Constructor Detail

      • AttachmentStatisticsDTO

        public AttachmentStatisticsDTO​(int allAttachmentsCount,
                                       int currentAttachmentsCount,
                                       long allAttachmentsFileSize,
                                       long currentAttachmentsFileSize,
                                       long deletedAttachmentsFileSize)
    • Method Detail

      • getAllAttachmentsCount

        public int getAllAttachmentsCount()
      • getCurrentAttachmentsCount

        public int getCurrentAttachmentsCount()
      • getAllAttachmentsFileSize

        public long getAllAttachmentsFileSize()
      • getCurrentAttachmentsFileSize

        public long getCurrentAttachmentsFileSize()
      • getDeletedAttachmentsFileSize

        public long getDeletedAttachmentsFileSize()
        Returns:
        the cumulative size of all deleted attachments. The sizes of historical versions of deleted attachments are included.
        Since:
        7.14