Method | Description | |
---|---|---|
ConfigWithPath ( string newConfigPath ) : |
Clone method allowing you to override or customize the current path.
|
|
RealmConfiguration ( string optionalPath = null ) : System |
Initializes a new instance of the RealmConfiguration class.
|
Method | Description | |
---|---|---|
CreateRealm ( RealmSchema schema ) : Realm |
public ConfigWithPath ( string newConfigPath ) : |
||
newConfigPath | string | Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename. |
return |
public RealmConfiguration ( string optionalPath = null ) : System | ||
optionalPath | string | Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename. |
return | System |