SftpStatVfs class

Information about the file system. Corresponds to the statvfs system call on POSIX systems.

Constructors

SftpStatVfs.new({required int blockSize, required int fundamentalBlockSize, required int totalBlocks, required int freeBlocks, required int freeBlocksForNonRoot, required int totalInodes, required int freeInodes, required int freeInodesForNonRoot, required int fileSystemId, required bool isReadOnly, required bool isNoSuid, required int maximumFilenameLength})
SftpStatVfs.fromReply(SftpStatVfsReply reply)
factory

Properties

blockSize int
file system block size
final
fileSystemId int
file system id
final
freeBlocks int
free blocks in file system
final
freeBlocksForNonRoot int
free blocks for non-root
final
freeInodes int
free file inodes
final
freeInodesForNonRoot int
free file inodes for to non-root
final
fundamentalBlockSize int
fundamental fs block size
final
hashCode int
The hash code for this object.
no setterinherited
isNoSuid bool
Whether the file system supports the setuid and setgid file mode bits.
final
isReadOnly bool
Whether the file system is read-only.
final
maximumFilenameLength int
maximum filename length
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBlocks int
number of blocks (unit f_frsize)
final
totalInodes int
total file inodes
final

Methods

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

Operators

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