C# 클래스 Realms.Sync.SyncConfiguration

A SyncConfiguration is used to setup a Realm that can be synchronized between devices using the Realm Object Server. A valid User is required to create a SyncConfiguration.
상속: RealmConfigurationBase
파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
SyncConfiguration ( User user, Uri serverUri, string optionalPath = null ) : System

Initializes a new instance of the SyncConfiguration class.

비공개 메소드들

메소드 설명
CreateRealm ( RealmSchema schema ) : Realm

메소드 상세

SyncConfiguration() 공개 메소드

Initializes a new instance of the SyncConfiguration class.
public SyncConfiguration ( User user, Uri serverUri, string optionalPath = null ) : System
user User A valid .
serverUri System.Uri A unique that identifies the Realm. In URIs, ~ can be used as a placeholder for a user Id.
optionalPath string Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename.
리턴 System