OBJECT

FsEntityAggsDto

하위 폴더 및 파일 통계 정보

link GraphQL Schema definition

  • type FsEntityAggsDto {
  • # 폴더 수
  • folderCount: Int
  • # 파일 수
  • fileCount: Int
  • # 파일 용량
  • fileSize: Long
  • }