Schema Logs¶
Overview¶
Events related to your Realm app's Realm Schema create schema logs. This includes both additive and destructive schema updates to tables and fields as well as the collection scans used to automatically generate schemas based on the form of existing documents.
Fields¶
Field | Description | ||
---|---|---|---|
Type | The kind of event that effected the schema. | ||
Logs | Important information about the schema update. This can include:
| ||
SDK | The SDK used to send the request. Potential values include any SDK.
For a browser, this is Example This request came from the Realm Web SDK version 10.0.0 running on Mozilla Firefox:
This request came from the Realm Android SDK version 10.0.0 running on Android Marshmallow:
| ||
Platform Version | The version of MongoDB Realm that processed the change. | ||
Rule Performance Metrics |
Give Feedback