Метод | Описание | |
---|---|---|
CloudantClientBuilder ( |
Initializes a new instance of the IBM.Cloudant.Client.CloudantClientBuilder class.
|
|
CloudantClientBuilder ( string account ) : System |
Initializes a new instance of the IBM.Cloudant.Client.CloudantClientBuilder class with the given account name. Connections will be created using the https protocol. |
|
GetResult ( ) : |
Builds a CloudantClient with the given parameters.
|
public CloudantClientBuilder ( |
||
accountUri | URI for CouchDB or Cloudant Local instance. | |
Результат | System |
public CloudantClientBuilder ( string account ) : System | ||
account | string | The cloudant.com account name to connect to. For example, if your Cloudant account is /// accessed via the URL example.cloudant.com, pass example herer |
Результат | System |