Method | Description | |
---|---|---|
AdminStats ( this url ) : string | ||
Databases ( this url, int pageSize, int start ) : string | ||
Docs ( this url, int start, int pageSize ) : string | ||
Docs ( this url, string key ) : string | ||
IndexDefinition ( this url, string index ) : string | ||
IndexNames ( this url, int start, int pageSize ) : string | ||
Indexes ( this url, string index ) : string | ||
LastReplicatedEtagFor ( this destinationUrl, string sourceUrl ) : string | ||
NoCache ( this url ) : string | ||
Queries ( this url ) : string | ||
ReplicationInfo ( this url ) : string | ||
Stats ( this url ) : string | ||
Terms ( this url, string index, string field, string fromValue, int pageSize ) : string | ||
ToJsonRequest ( this url, Raven.Client.Connection.Async.AsyncServerClient requestor, ICredentials credentials, Document convention ) : |
||
ToJsonRequest ( this url, Raven.Client.Connection.Async.AsyncServerClient requestor, ICredentials credentials, |
||
ToUri ( this url ) : |
||
Transformer ( this url, string transformer ) : string |
public static AdminStats ( this url ) : string | ||
url | this | |
return | string |
public static Databases ( this url, int pageSize, int start ) : string | ||
url | this | |
pageSize | int | |
start | int | |
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 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 LastReplicatedEtagFor ( this destinationUrl, string sourceUrl ) : string | ||
destinationUrl | this | |
sourceUrl | string | |
return | string |
public static ReplicationInfo ( this url ) : string | ||
url | this | |
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, Raven.Client.Connection.Async.AsyncServerClient requestor, ICredentials credentials, Document convention ) : |
||
url | this | |
requestor | Raven.Client.Connection.Async.AsyncServerClient | |
credentials | ICredentials | |
convention | Document | |
return |
public static ToJsonRequest ( this url, Raven.Client.Connection.Async.AsyncServerClient requestor, ICredentials credentials, |
||
url | this | |
requestor | Raven.Client.Connection.Async.AsyncServerClient | |
credentials | ICredentials | |
convention | ||
operationsHeaders | string>.IDictionary | |
method | string | |
return |
public static Transformer ( this url, string transformer ) : string | ||
url | this | |
transformer | string | |
return | string |