sftp_statvfs_struct class

@brief SFTP statvfs structure.

Inheritance

Constructors

sftp_statvfs_struct()

Properties

f_bavail int
free blocks in file system
getter/setter pair
f_bfree int
number of blocks (unit f_frsize)
getter/setter pair
f_blocks int
fundamental fs block size
getter/setter pair
f_bsize int
getter/setter pair
f_favail int
free file inodes
getter/setter pair
f_ffree int
total file inodes
getter/setter pair
f_files int
free blocks for non-root
getter/setter pair
f_flag int
file system id
getter/setter pair
f_frsize int
file system block size
getter/setter pair
f_fsid int
free file inodes for to non-root
getter/setter pair
f_namemax int
bit mask of f_flag values
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited