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.
A Boolean value that indicates whether this object stores data to disk.
var isPersistent: Bool { get }The value of this property is true if the data store writes data to disk, or false if it doesn’t.