FileSystemRecycleBin

data class FileSystemRecycleBin(val enableTime: String? = null, val reservedDays: Int? = null, val secondarySize: Int? = null, val size: Int? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(enableTime: String? = null, reservedDays: Int? = null, secondarySize: Int? = null, size: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableTime: String? = null

Recycle Bin open time

Link copied to clipboard
val reservedDays: Int? = null

Retention time of files in the Recycle Bin. Unit: days.

Link copied to clipboard
val secondarySize: Int? = null

Amount of low-frequency data stored in the recycle bin. Unit: Byte.

Link copied to clipboard
val size: Int? = null

The amount of files stored in the Recycle Bin. Unit: Byte.

Link copied to clipboard
val status: String? = null

Recycle Bin Status