C# 클래스 IBM.Cloudant.Client.CloudantClientBuilder

Cloudant client builder.
This class is used for building a CloudantClient with specified options.
파일 보기 프로젝트 열기: cloudant/xamarin-cloudant 1 사용 예제들

공개 메소드들

메소드 설명
CloudantClientBuilder ( Uri accountUri ) : System

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 ( ) : CloudantClient

Builds a CloudantClient with the given parameters.

메소드 상세

CloudantClientBuilder() 공개 메소드

Initializes a new instance of the IBM.Cloudant.Client.CloudantClientBuilder class.
public CloudantClientBuilder ( Uri accountUri ) : System
accountUri System.Uri URI for CouchDB or Cloudant Local instance.
리턴 System

CloudantClientBuilder() 공개 메소드

Initializes a new instance of the IBM.Cloudant.Client.CloudantClientBuilder class with the given account name.
Connections will be created using the https protocol.
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

GetResult() 공개 메소드

Builds a CloudantClient with the given parameters.
public GetResult ( ) : CloudantClient
리턴 CloudantClient