Indicates whether small peer info collection is currently enabled, defaults
to true.
Note: whether the background ingestion process is enabled or not is a separate decision to whether this information is allowed to sync to other peers (including the big peer). That is controlled by sync scopes, see Ditto's online documentation for details on how to configure them.
The metadata associated with the small peer info.
Small peer info metadata is a free-form, user-provided JSON object that is inserted into the small peer info system document at each collection interval.
Set the metadata associated with the small peer info.
The metadata must be a JSON-serializable object that conforms to the following constraints:
The metadata associated with the small peer info, as a JSON string.
The entrypoint for small peer user info collection. Small peer info consists of information gathered into a system collection on a regular interval and optionally synced to the Big Peer for device dashboard and debugging purposes.
An instance of this class is available on each
Dittoinstance via itssmallPeerInfoproperty. Instantiating this class directly is not supported.