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

Encapsulates a Cloudant Index definition. Additional information about indexes in the Cloudant documentation at: https://docs.cloudant.com/cloudant_query.html#creating-an-index
This class contains metadata and information for a Cloudant Index.
파일 보기 프로젝트 열기: cloudant/xamarin-cloudant 1 사용 예제들

공개 메소드들

메소드 설명
Index ( string designDocId, string name, string type ) : System

Initializes a new instance of the IBM.Cloudant.Client.Index class.

메소드 상세

Index() 공개 메소드

Initializes a new instance of the IBM.Cloudant.Client.Index class.
public Index ( string designDocId, string name, string type ) : System
designDocId string Design document identifier
name string Name of the index
type string Index type e.g. json
리턴 System