Method | Description | |
---|---|---|
AllDocs ( ) : string | ||
Changes ( long lastUpdateSequence ) : string | ||
Close ( ) : void | ||
Delete ( LevelDB.Options options ) : void | ||
GetDoc ( string docId ) : string | ||
GetDocInfo ( string docId, string rev_id = "" ) : |
||
GetLastSync ( string uri ) : long | ||
Info ( ) : string | ||
NouchDB ( ) : System | ||
NouchDB ( string storeName, string basePath = BASE_PATH ) : System | ||
Open ( string storeName, string basePath = BASE_PATH, string>.Dictionary |
||
PutDoc ( string docId, string data ) : void |
Update or insert a new document into the database
|
|
PutDoc ( string docId, string data, string revId ) : void |
Update or insert a new document into the database
|
|
ReplicateWith ( string server, string database, bool reset = false ) : long | ||
SetLastSync ( string uri, long lastSync ) : void |
public Changes ( long lastUpdateSequence ) : string | ||
lastUpdateSequence | long | |
return | string |
public Delete ( LevelDB.Options options ) : void | ||
options | LevelDB.Options | |
return | void |
public GetDocInfo ( string docId, string rev_id = "" ) : |
||
docId | string | |
rev_id | string | |
return |
public NouchDB ( string storeName, string basePath = BASE_PATH ) : System | ||
storeName | string | |
basePath | string | |
return | System |
public Open ( string storeName, string basePath = BASE_PATH, string>.Dictionary |
||
storeName | string | |
basePath | string | |
options | string>.Dictionary | |
return | void |
public PutDoc ( string docId, string data ) : void | ||
docId | string | ID of the document to store or update |
data | string | string data for the associated document |
return | void |
public PutDoc ( string docId, string data, string revId ) : void | ||
docId | string | ID of the document to store or update |
data | string | string data for the associated document |
revId | string | specific version add by revId |
return | void |
public ReplicateWith ( string server, string database, bool reset = false ) : long | ||
server | string | |
database | string | |
reset | bool | |
return | long |
public SetLastSync ( string uri, long lastSync ) : void | ||
uri | string | |
lastSync | long | |
return | void |