EDataServer.SourceOffline
Properties
| Name | Type | Flags | Short Description | 
|---|
| stay-synchronized | bool | r/w/c/en | Keep remote content synchronized locally | 
 
Class Details
- 
class EDataServer.SourceOffline(**kwargs)
- 
Contains only private data that should be read and manipulated using the
functions below. 
- 
get_stay_synchronized()
- 
| Returns: | whether data should be cached for offline | 
|---|
 | Return type: | bool | 
|---|
 
 - Returns whether data from a remote server should be cached locally
for viewing while offline.  Backends are responsible for implementing
such caching. 
 
- 
set_stay_synchronized(stay_synchronized)
- 
| Parameters: | stay_synchronized ( bool) – whether data should be cached for offline | 
|---|
 
 - Sets whether data from a remote server should be cached locally for
viewing while offline.  Backends are responsible for implementing
such caching. 
 
 
Property Details
- 
EDataServer.SourceOffline.props.stay_synchronized
- 
Keep remote content synchronized locally