Свойство | Type | Description | |
---|---|---|---|
httpHelper |
Méthode | Description | |
---|---|---|
CloudantClient ( |
Constructs a new instance of this class and connects to the cloudant server using a builder class.
|
|
Database ( String dbname ) : Database |
Creates a database object that represents a database on the server. However the database may not exist on the server yet. You should call IBM.Cloudant.Client.Database.EnsureExistsAsync to ensure the database exists on the server before performing reads or writes.
|
Méthode | Description | |
---|---|---|
InitHttpHelper ( List |
public CloudantClient ( |
||
builder | Builder class. |
|
Résultat | System |
public Database ( String dbname ) : Database | ||
dbname | String | name of database to access |
Résultat | Database |