Contents

isPersistent

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

Declaration

var isPersistent: Bool { get }

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