---
title: isPersistent
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebsitedatastore/ispersistent
---

# isPersistent

A Boolean value that indicates whether this object stores data to disk.

## Declaration

```swift
var isPersistent: Bool { get }
```

## Discussion

Discussion The value of this property is true if the data store writes data to disk, or false if it doesn’t.

## See Also

### Inspecting data store properties

- [identifier](webkit/wkwebsitedatastore/identifier.md)
