Property | Type | Description | |
---|---|---|---|
Base | string | ||
Raw | CouchDbRaw |
Method | Description | |
---|---|---|
CouchDbClient ( string Host = "127.0.0.1", ushort Port = DefaultPort ) : System | ||
GetAllCollectionNamesAsync ( ) : Task |
||
GetCollection ( string Name ) : |
||
GetVersionAsync ( ) : Task |
public CouchDbClient ( string Host = "127.0.0.1", ushort Port = DefaultPort ) : System | ||
Host | string | |
Port | ushort | |
return | System |
public GetAllCollectionNamesAsync ( ) : Task |
||
return | Task |
public GetCollection ( string Name ) : |
||
Name | string | |
return |