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

The time at which the recycle bin was enabled.

Link copied to clipboard
val reservedDays: Int? = null

The retention period of the files in the recycle bin. Unit: days. Default value: 3. Valid values: 1 to 180. NOTE: reserved_days takes effect only if status is set to Enable.

Link copied to clipboard
val secondarySize: Int? = null

The size of the Infrequent Access (IA) data that is dumped to the recycle bin.

Link copied to clipboard
val size: Int? = null

The size of the files that are dumped to the recycle bin.

Link copied to clipboard
val status: String? = null

Specifies whether to enable the recycle bin feature. Default value: Disable. Valid values: Enable, Disable.