Class ClientResetException
An exception describing a condition where a reset of the local Realm is required.
Inherited Members
Namespace: Realms.Sync.Exceptions
Assembly: Realm.Sync.dll
Syntax
public class ClientResetException : SessionException
Properties
| Improve this Doc View SourceBackupFilePath
Gets the path where the backup copy of the realm will be placed once the client reset process is complete.
Declaration
public string BackupFilePath { get; }
Property Value
Type | Description |
---|---|
String | The path to the backup realm. |
Methods
| Improve this Doc View SourceInitiateClientReset()
Initiates the client reset process.
Declaration
public bool InitiateClientReset()
Returns
Type | Description |
---|---|
Boolean |
|