Method | Description | |
---|---|---|
Databases ( this url ) : string | ||
Docs ( this url, int start, int pageSize ) : string | ||
Docs ( this url, string key ) : string | ||
DocsStartingWith ( this url, string prefix, int start, int pageSize ) : string | ||
IndexDefinition ( this url, string index ) : string | ||
IndexNames ( this url, int start, int pageSize ) : string | ||
Indexes ( this url, string index ) : string | ||
NoCache ( this url ) : string | ||
Queries ( this url ) : string | ||
SilverlightEnsuresStartup ( this url ) : string | ||
Static ( this url, string key ) : string | ||
Stats ( this url ) : string | ||
Terms ( this url, string index, string field, string fromValue, int pageSize ) : string | ||
ToJsonRequest ( this url, AsyncServerClient requestor, ICredentials credentials, Document convention ) : HttpJsonRequest | ||
ToJsonRequest ( this url, AsyncServerClient requestor, ICredentials credentials, DocumentConvention convention, string>.IDictionary |
||
ToUri ( this url ) : Uri |
public static Databases ( this url ) : string | ||
url | this | |
return | string |
public static Docs ( this url, int start, int pageSize ) : string | ||
url | this | |
start | int | |
pageSize | int | |
return | string |
public static Docs ( this url, string key ) : string | ||
url | this | |
key | string | |
return | string |
public static DocsStartingWith ( this url, string prefix, int start, int pageSize ) : string | ||
url | this | |
prefix | string | |
start | int | |
pageSize | int | |
return | string |
public static IndexDefinition ( this url, string index ) : string | ||
url | this | |
index | string | |
return | string |
public static IndexNames ( this url, int start, int pageSize ) : string | ||
url | this | |
start | int | |
pageSize | int | |
return | string |
public static Indexes ( this url, string index ) : string | ||
url | this | |
index | string | |
return | string |
public static SilverlightEnsuresStartup ( this url ) : string | ||
url | this | |
return | string |
public static Static ( this url, string key ) : string | ||
url | this | |
key | string | |
return | string |
public static Terms ( this url, string index, string field, string fromValue, int pageSize ) : string | ||
url | this | |
index | string | |
field | string | |
fromValue | string | |
pageSize | int | |
return | string |
public static ToJsonRequest ( this url, AsyncServerClient requestor, ICredentials credentials, Document convention ) : HttpJsonRequest | ||
url | this | |
requestor | AsyncServerClient | |
credentials | ICredentials | |
convention | Document | |
return | HttpJsonRequest |
public static ToJsonRequest ( this url, AsyncServerClient requestor, ICredentials credentials, DocumentConvention convention, string>.IDictionary |
||
url | this | |
requestor | AsyncServerClient | |
credentials | ICredentials | |
convention | DocumentConvention | |
operationsHeaders | string>.IDictionary | |
method | string | |
return | HttpJsonRequest |