---
title: nextData
framework: system
role: symbol
role_heading: Type Property
path: system/filedescriptor/seekorigin/nextdata
---

# nextData

Indicates that the offset should be set to the start of the next file region that isn’t a hole and is greater than or equal to the supplied offset.

## Declaration

```swift
static var nextData: FileDescriptor.SeekOrigin { get }
```

## Mentioned in

Adopting Swift File Options

## Discussion

Discussion The corresponding C constant is SEEK_DATA.

## See Also

### Creating a Seek Origin

- [current](system/filedescriptor/seekorigin/current.md)
- [end](system/filedescriptor/seekorigin/end.md)
- [nextHole](system/filedescriptor/seekorigin/nexthole.md)
- [start](system/filedescriptor/seekorigin/start.md)
