---
title: preferredIOBlockSize
framework: system
role: symbol
role_heading: Instance Property
path: system/stat/preferredioblocksize
---

# preferredIOBlockSize

Block size for file system I/O, in bytes

## Declaration

```swift
var preferredIOBlockSize: Int { get set }
```

## Discussion

Discussion The corresponding C property is st_blksize.
