is_ephemeral


Description:

[ NoAccessorMethod ]
[ Version ( since = "2.16" ) ]
public bool is_ephemeral { get; construct; }

Whether the WebsiteDataManager is ephemeral.

An ephemeral WebsiteDataManager handles all websites data as non-persistent, and nothing will be written to the client storage. Note that if you create an ephemeral WebsiteDataManager all other construction parameters to configure data directories will be ignored.