Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/FolderStatistics

FolderStatistics

[JVM]
open class FolderStatistics

Represents the statistics of a folder.

Constructors

FolderStatistics[JVM]
constructor()

Properties

NameSummary
contentsUpdatedAt[JVM]
open val contentsUpdatedAt: Date
The date and time when the contents of the folder were last updated.
immediateFilesCount[JVM]
open val immediateFilesCount: Int
The count of files directly under the folder.
immediateFoldersCount[JVM]
open val immediateFoldersCount: Int
The count of folders directly under the folder.
supportFilesSize[JVM]
open val supportFilesSize: Long
The cumulative size of all the latest versions of the support files in bytes.

Functions

NameSummary
toString[JVM]
open fun toString(): String