UssListParams

class UssListParams(val limit: Int = 0, val lstat: Boolean = false, val group: String? = null, val mtime: String? = null, val name: String? = null, val size: String? = null, val perm: String? = null, val type: String? = null, val user: String? = null, val depth: Int = 1, val fileSystem: String? = null, val followSymlinks: SymlinkMode? = null)

This interface defines the options that can be sent into the list data set function

Constructors

Link copied to clipboard
fun UssListParams(limit: Int = 0, lstat: Boolean = false, group: String? = null, mtime: String? = null, name: String? = null, size: String? = null, perm: String? = null, type: String? = null, user: String? = null, depth: Int = 1, fileSystem: String? = null, followSymlinks: SymlinkMode? = null)

Properties

Link copied to clipboard
val depth: Int = 1
Link copied to clipboard
val fileSystem: String? = null
Link copied to clipboard
Link copied to clipboard
val group: String? = null
Link copied to clipboard
val limit: Int = 0
Link copied to clipboard
val lstat: Boolean = false
Link copied to clipboard
val mtime: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val perm: String? = null
Link copied to clipboard
val size: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val user: String? = null