Contents

supportsFastStatFS

A Boolean property that indicates whether the volume supports fast results when fetching file system statistics.

Declaration

var supportsFastStatFS: Bool { get set }

Discussion

A true value means this volume hints to upper layers to indicate that statfs(2) is fast enough that its results need not be cached by the caller.

See Also

Declaring file capabilities