Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/FileStatistics
FileStatistics
[JVM]
open class FileStatistics
Represents the statistics of a file.
Constructors
| FileStatistics | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| decompressedSize | [JVM] open var decompressedSize: Long The size of decompressed file in bytes. |
| supportFilesCount | [JVM] open var supportFilesCount: Int The count of support files under the main file. |
| supportFilesSize | [JVM] open var supportFilesSize: Long The cumulative size of all the latest versions of the support files in bytes. |
| supportFilesUpdatedAt | [JVM] open var supportFilesUpdatedAt: Date The date and time when the support files were last updated. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |