C# 클래스 Orchestrate.Net.Orchestrate

파일 보기 프로젝트 열기: RobertSmith/Orchestrate.NET

공개 메소드들

메소드 설명
Aggregate ( string collectionName, string query, string aggregate ) : AggregateResult
AggregateAsync ( string collectionName, string query, string aggregate ) : Task
Authenticate ( string key ) : bool
AuthenticateAsync ( string key ) : Task
BulkOperation ( string collectionName, object items, bool stream = false ) : BulkResult
BulkOperation ( string collectionName, string items, bool stream = false ) : BulkResult
BulkOperationAsync ( string collectionName, object items, bool stream = false ) : Task
BulkOperationAsync ( string collectionName, string items, bool stream = false ) : Task
ConvertFromUnixTimeStamp ( double unixTimeStamp ) : System.DateTime
ConvertFromUnixTimeStamp ( string unixTimeStamp ) : System.DateTime
ConvertToUnixTimestamp ( System.DateTime date ) : long
Delete ( string collectionName, string key, bool purge ) : Result
DeleteAsync ( string collectionName, string key, bool purge ) : Task
DeleteCollection ( string collectionName ) : Result
DeleteCollectionAsync ( string collectionName ) : Task
DeleteGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
DeleteGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
DeleteIfMatch ( string collectionName, string key, string ifMatch, bool purge ) : Result
DeleteIfMatchAsync ( string collectionName, string key, string ifMatch, bool purge ) : Task
Get ( string collectionName, string key ) : Result
Get ( string collectionName, string key, string reference ) : Result
GetAsync ( string collectionName, string key ) : Task
GetAsync ( string collectionName, string key, string reference ) : Task
GetEvent ( string collectionName, string key, string type, System.DateTime timestamp, long ordinal ) : EventResult
GetEvent ( string collectionName, string key, string type, long timestamp, long ordinal ) : EventResult
GetEventAsync ( string collectionName, string key, string type, System.DateTime timestamp, long ordinal ) : Task
GetEventAsync ( string collectionName, string key, string type, long timestamp, long ordinal ) : Task
GetGraph ( string collectionName, string key, string kinds, int limit = 10, int offset ) : SearchResult
GetGraphAsync ( string collectionName, string key, string kinds ) : Task
List ( string collectionName, int limit, string startKey, string afterKey, string endKey = "", string beforeKey = "" ) : ListResult
ListAsync ( string collectionName, int limit, string startKey, string afterKey, string endKey = "", string beforeKey = "" ) : Task
ListEvents ( string collectionName, string key, string type, int limit ) : EventResultList
ListEvents ( string collectionName, string key, string type, int limit = 100, System.DateTime startEvent = null, System.DateTime endEvent = null, System.DateTime afterEvent = null, System.DateTime beforeEvent = null ) : EventResultList
ListEvents ( string collectionName, string key, string type, int limit = 100, long startEvent = null, long endEvent = null, long afterEvent = null, long beforeEvent = null ) : EventResultList
ListEventsAsync ( string collectionName, string key, string type, int limit ) : Task
ListEventsAsync ( string collectionName, string key, string type, int limit = 100, System.DateTime startEvent = null, System.DateTime endEvent = null, System.DateTime afterEvent = null, System.DateTime beforeEvent = null ) : Task
ListEventsAsync ( string collectionName, string key, string type, int limit = 100, long startEvent = null, long endEvent = null, long afterEvent = null, long beforeEvent = null ) : Task
Orchestrate ( string apiKey, string url = "https://api.orchestrate.io/v0/" ) : System
Patch ( string collectionName, string key, object item ) : Result
Patch ( string collectionName, string key, string item ) : Result
PatchAsync ( string collectionName, string key, object item ) : Task
PatchAsync ( string collectionName, string key, string item ) : Task
PatchIfMatch ( string collectionName, string key, object item, string ifMatch ) : Result
PatchIfMatch ( string collectionName, string key, string item, string ifMatch ) : Result
PatchIfMatchAsync ( string collectionName, string key, object item, string ifMatch ) : Task
PatchIfMatchAsync ( string collectionName, string key, string item, string ifMatch ) : Task
Post ( string collectionName, object item ) : Result
Post ( string collectionName, string item ) : Result
PostAsync ( string collectionName, object item ) : Task
PostAsync ( string collectionName, string item ) : Task
PostEvent ( string collectionName, string key, string type, System.DateTime timeStamp, object item ) : Result
PostEvent ( string collectionName, string key, string type, System.DateTime timeStamp, string item ) : Result
PostEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, object item ) : Task
PostEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, string item ) : Task
Put ( string collectionName, string key, object item ) : Result
Put ( string collectionName, string key, string item ) : Result
PutAsync ( string collectionName, string key, object item ) : Task
PutAsync ( string collectionName, string key, string item ) : Task
PutEvent ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item ) : Result
PutEvent ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item ) : Result
PutEvent ( string collectionName, string key, string type, long timeStamp, long ordinal, object item ) : Result
PutEvent ( string collectionName, string key, string type, long timeStamp, long ordinal, string item ) : Result
PutEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item ) : Task
PutEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item ) : Task
PutEventAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, object item ) : Task
PutEventAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, string item ) : Task
PutEventIfMatch ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item, string ifMatch ) : Result
PutEventIfMatch ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item, string ifMatch ) : Result
PutEventIfMatch ( string collectionName, string key, string type, long timeStamp, long ordinal, object item, string ifMatch ) : Result
PutEventIfMatch ( string collectionName, string key, string type, long timeStamp, long ordinal, string item, string ifMatch ) : Result
PutEventIfMatchAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item, string ifMatch ) : Task
PutEventIfMatchAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item, string ifMatch ) : Task
PutEventIfMatchAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, object item, string ifMatch ) : Task
PutEventIfMatchAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, string item, string ifMatch ) : Task
PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Result
PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Result
PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Task
PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Task
PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch ) : Result
PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, object properties ) : Result
PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, string properties ) : Result
PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch ) : Task
PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, object properties ) : Task
PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, string properties ) : Task
PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Result
PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Result
PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Task
PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Task
PutIfMatch ( string collectionName, string key, object item, string ifMatch ) : Result
PutIfMatch ( string collectionName, string key, string item, string ifMatch ) : Result
PutIfMatchAsync ( string collectionName, string key, object item, string ifMatch ) : Task
PutIfMatchAsync ( string collectionName, string key, string item, string ifMatch ) : Task
PutIfNoneMatch ( string collectionName, string key, object item ) : Result
PutIfNoneMatch ( string collectionName, string key, string item ) : Result
PutIfNoneMatchAsync ( string collectionName, string key, object item ) : Task
PutIfNoneMatchAsync ( string collectionName, string key, string item ) : Task
Ref ( string collectionName, string key, string reference ) : Result
RefAsync ( string collectionName, string key, string reference ) : Task
RefList ( string collectionName, string key, int limit = 10, int offset, bool values = false ) : ListResult
RefListAsync ( string collectionName, string key, int limit = 10, int offset, bool values = false ) : Task
Search ( string collectionName, string query, int limit = 10, int offset, string sort = "", string aggregate = "" ) : SearchResult
SearchAsync ( string collectionName, string query, int limit = 10, int offset, string sort = "", string aggregate = "" ) : Task

비공개 메소드들

메소드 설명
BuildResult ( string collectionName, string key, BaseResult baseResult ) : Result
ExtractKeyFromLocation ( BaseResult baseResult ) : string

메소드 상세

Aggregate() 공개 메소드

public Aggregate ( string collectionName, string query, string aggregate ) : AggregateResult
collectionName string
query string
aggregate string
리턴 AggregateResult

AggregateAsync() 공개 메소드

public AggregateAsync ( string collectionName, string query, string aggregate ) : Task
collectionName string
query string
aggregate string
리턴 Task

Authenticate() 공개 메소드

public Authenticate ( string key ) : bool
key string
리턴 bool

AuthenticateAsync() 공개 메소드

public AuthenticateAsync ( string key ) : Task
key string
리턴 Task

BulkOperation() 공개 메소드

public BulkOperation ( string collectionName, object items, bool stream = false ) : BulkResult
collectionName string
items object
stream bool
리턴 BulkResult

BulkOperation() 공개 메소드

public BulkOperation ( string collectionName, string items, bool stream = false ) : BulkResult
collectionName string
items string
stream bool
리턴 BulkResult

BulkOperationAsync() 공개 메소드

public BulkOperationAsync ( string collectionName, object items, bool stream = false ) : Task
collectionName string
items object
stream bool
리턴 Task

BulkOperationAsync() 공개 메소드

public BulkOperationAsync ( string collectionName, string items, bool stream = false ) : Task
collectionName string
items string
stream bool
리턴 Task

ConvertFromUnixTimeStamp() 공개 정적인 메소드

public static ConvertFromUnixTimeStamp ( double unixTimeStamp ) : System.DateTime
unixTimeStamp double
리턴 System.DateTime

ConvertFromUnixTimeStamp() 공개 정적인 메소드

public static ConvertFromUnixTimeStamp ( string unixTimeStamp ) : System.DateTime
unixTimeStamp string
리턴 System.DateTime

ConvertToUnixTimestamp() 공개 정적인 메소드

public static ConvertToUnixTimestamp ( System.DateTime date ) : long
date System.DateTime
리턴 long

Delete() 공개 메소드

public Delete ( string collectionName, string key, bool purge ) : Result
collectionName string
key string
purge bool
리턴 Result

DeleteAsync() 공개 메소드

public DeleteAsync ( string collectionName, string key, bool purge ) : Task
collectionName string
key string
purge bool
리턴 Task

DeleteCollection() 공개 메소드

public DeleteCollection ( string collectionName ) : Result
collectionName string
리턴 Result

DeleteCollectionAsync() 공개 메소드

public DeleteCollectionAsync ( string collectionName ) : Task
collectionName string
리턴 Task

DeleteGraph() 공개 메소드

public DeleteGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Result

DeleteGraphAsync() 공개 메소드

public DeleteGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Task

DeleteIfMatch() 공개 메소드

public DeleteIfMatch ( string collectionName, string key, string ifMatch, bool purge ) : Result
collectionName string
key string
ifMatch string
purge bool
리턴 Result

DeleteIfMatchAsync() 공개 메소드

public DeleteIfMatchAsync ( string collectionName, string key, string ifMatch, bool purge ) : Task
collectionName string
key string
ifMatch string
purge bool
리턴 Task

Get() 공개 메소드

public Get ( string collectionName, string key ) : Result
collectionName string
key string
리턴 Result

Get() 공개 메소드

public Get ( string collectionName, string key, string reference ) : Result
collectionName string
key string
reference string
리턴 Result

GetAsync() 공개 메소드

public GetAsync ( string collectionName, string key ) : Task
collectionName string
key string
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string collectionName, string key, string reference ) : Task
collectionName string
key string
reference string
리턴 Task

GetEvent() 공개 메소드

public GetEvent ( string collectionName, string key, string type, System.DateTime timestamp, long ordinal ) : EventResult
collectionName string
key string
type string
timestamp System.DateTime
ordinal long
리턴 EventResult

GetEvent() 공개 메소드

public GetEvent ( string collectionName, string key, string type, long timestamp, long ordinal ) : EventResult
collectionName string
key string
type string
timestamp long
ordinal long
리턴 EventResult

GetEventAsync() 공개 메소드

public GetEventAsync ( string collectionName, string key, string type, System.DateTime timestamp, long ordinal ) : Task
collectionName string
key string
type string
timestamp System.DateTime
ordinal long
리턴 Task

GetEventAsync() 공개 메소드

public GetEventAsync ( string collectionName, string key, string type, long timestamp, long ordinal ) : Task
collectionName string
key string
type string
timestamp long
ordinal long
리턴 Task

GetGraph() 공개 메소드

public GetGraph ( string collectionName, string key, string kinds, int limit = 10, int offset ) : SearchResult
collectionName string
key string
kinds string
limit int
offset int
리턴 SearchResult

GetGraphAsync() 공개 메소드

public GetGraphAsync ( string collectionName, string key, string kinds ) : Task
collectionName string
key string
kinds string
리턴 Task

List() 공개 메소드

public List ( string collectionName, int limit, string startKey, string afterKey, string endKey = "", string beforeKey = "" ) : ListResult
collectionName string
limit int
startKey string
afterKey string
endKey string
beforeKey string
리턴 ListResult

ListAsync() 공개 메소드

public ListAsync ( string collectionName, int limit, string startKey, string afterKey, string endKey = "", string beforeKey = "" ) : Task
collectionName string
limit int
startKey string
afterKey string
endKey string
beforeKey string
리턴 Task

ListEvents() 공개 메소드

public ListEvents ( string collectionName, string key, string type, int limit ) : EventResultList
collectionName string
key string
type string
limit int
리턴 EventResultList

ListEvents() 공개 메소드

public ListEvents ( string collectionName, string key, string type, int limit = 100, System.DateTime startEvent = null, System.DateTime endEvent = null, System.DateTime afterEvent = null, System.DateTime beforeEvent = null ) : EventResultList
collectionName string
key string
type string
limit int
startEvent System.DateTime
endEvent System.DateTime
afterEvent System.DateTime
beforeEvent System.DateTime
리턴 EventResultList

ListEvents() 공개 메소드

public ListEvents ( string collectionName, string key, string type, int limit = 100, long startEvent = null, long endEvent = null, long afterEvent = null, long beforeEvent = null ) : EventResultList
collectionName string
key string
type string
limit int
startEvent long
endEvent long
afterEvent long
beforeEvent long
리턴 EventResultList

ListEventsAsync() 공개 메소드

public ListEventsAsync ( string collectionName, string key, string type, int limit ) : Task
collectionName string
key string
type string
limit int
리턴 Task

ListEventsAsync() 공개 메소드

public ListEventsAsync ( string collectionName, string key, string type, int limit = 100, System.DateTime startEvent = null, System.DateTime endEvent = null, System.DateTime afterEvent = null, System.DateTime beforeEvent = null ) : Task
collectionName string
key string
type string
limit int
startEvent System.DateTime
endEvent System.DateTime
afterEvent System.DateTime
beforeEvent System.DateTime
리턴 Task

ListEventsAsync() 공개 메소드

public ListEventsAsync ( string collectionName, string key, string type, int limit = 100, long startEvent = null, long endEvent = null, long afterEvent = null, long beforeEvent = null ) : Task
collectionName string
key string
type string
limit int
startEvent long
endEvent long
afterEvent long
beforeEvent long
리턴 Task

Orchestrate() 공개 메소드

public Orchestrate ( string apiKey, string url = "https://api.orchestrate.io/v0/" ) : System
apiKey string
url string
리턴 System

Patch() 공개 메소드

public Patch ( string collectionName, string key, object item ) : Result
collectionName string
key string
item object
리턴 Result

Patch() 공개 메소드

public Patch ( string collectionName, string key, string item ) : Result
collectionName string
key string
item string
리턴 Result

PatchAsync() 공개 메소드

public PatchAsync ( string collectionName, string key, object item ) : Task
collectionName string
key string
item object
리턴 Task

PatchAsync() 공개 메소드

public PatchAsync ( string collectionName, string key, string item ) : Task
collectionName string
key string
item string
리턴 Task

PatchIfMatch() 공개 메소드

public PatchIfMatch ( string collectionName, string key, object item, string ifMatch ) : Result
collectionName string
key string
item object
ifMatch string
리턴 Result

PatchIfMatch() 공개 메소드

public PatchIfMatch ( string collectionName, string key, string item, string ifMatch ) : Result
collectionName string
key string
item string
ifMatch string
리턴 Result

PatchIfMatchAsync() 공개 메소드

public PatchIfMatchAsync ( string collectionName, string key, object item, string ifMatch ) : Task
collectionName string
key string
item object
ifMatch string
리턴 Task

PatchIfMatchAsync() 공개 메소드

public PatchIfMatchAsync ( string collectionName, string key, string item, string ifMatch ) : Task
collectionName string
key string
item string
ifMatch string
리턴 Task

Post() 공개 메소드

public Post ( string collectionName, object item ) : Result
collectionName string
item object
리턴 Result

Post() 공개 메소드

public Post ( string collectionName, string item ) : Result
collectionName string
item string
리턴 Result

PostAsync() 공개 메소드

public PostAsync ( string collectionName, object item ) : Task
collectionName string
item object
리턴 Task

PostAsync() 공개 메소드

public PostAsync ( string collectionName, string item ) : Task
collectionName string
item string
리턴 Task

PostEvent() 공개 메소드

public PostEvent ( string collectionName, string key, string type, System.DateTime timeStamp, object item ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
item object
리턴 Result

PostEvent() 공개 메소드

public PostEvent ( string collectionName, string key, string type, System.DateTime timeStamp, string item ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
item string
리턴 Result

PostEventAsync() 공개 메소드

public PostEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, object item ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
item object
리턴 Task

PostEventAsync() 공개 메소드

public PostEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, string item ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
item string
리턴 Task

Put() 공개 메소드

public Put ( string collectionName, string key, object item ) : Result
collectionName string
key string
item object
리턴 Result

Put() 공개 메소드

public Put ( string collectionName, string key, string item ) : Result
collectionName string
key string
item string
리턴 Result

PutAsync() 공개 메소드

public PutAsync ( string collectionName, string key, object item ) : Task
collectionName string
key string
item object
리턴 Task

PutAsync() 공개 메소드

public PutAsync ( string collectionName, string key, string item ) : Task
collectionName string
key string
item string
리턴 Task

PutEvent() 공개 메소드

public PutEvent ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item object
리턴 Result

PutEvent() 공개 메소드

public PutEvent ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item string
리턴 Result

PutEvent() 공개 메소드

public PutEvent ( string collectionName, string key, string type, long timeStamp, long ordinal, object item ) : Result
collectionName string
key string
type string
timeStamp long
ordinal long
item object
리턴 Result

PutEvent() 공개 메소드

public PutEvent ( string collectionName, string key, string type, long timeStamp, long ordinal, string item ) : Result
collectionName string
key string
type string
timeStamp long
ordinal long
item string
리턴 Result

PutEventAsync() 공개 메소드

public PutEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item object
리턴 Task

PutEventAsync() 공개 메소드

public PutEventAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item string
리턴 Task

PutEventAsync() 공개 메소드

public PutEventAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, object item ) : Task
collectionName string
key string
type string
timeStamp long
ordinal long
item object
리턴 Task

PutEventAsync() 공개 메소드

public PutEventAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, string item ) : Task
collectionName string
key string
type string
timeStamp long
ordinal long
item string
리턴 Task

PutEventIfMatch() 공개 메소드

public PutEventIfMatch ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item, string ifMatch ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item object
ifMatch string
리턴 Result

PutEventIfMatch() 공개 메소드

public PutEventIfMatch ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item, string ifMatch ) : Result
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item string
ifMatch string
리턴 Result

PutEventIfMatch() 공개 메소드

public PutEventIfMatch ( string collectionName, string key, string type, long timeStamp, long ordinal, object item, string ifMatch ) : Result
collectionName string
key string
type string
timeStamp long
ordinal long
item object
ifMatch string
리턴 Result

PutEventIfMatch() 공개 메소드

public PutEventIfMatch ( string collectionName, string key, string type, long timeStamp, long ordinal, string item, string ifMatch ) : Result
collectionName string
key string
type string
timeStamp long
ordinal long
item string
ifMatch string
리턴 Result

PutEventIfMatchAsync() 공개 메소드

public PutEventIfMatchAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, object item, string ifMatch ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item object
ifMatch string
리턴 Task

PutEventIfMatchAsync() 공개 메소드

public PutEventIfMatchAsync ( string collectionName, string key, string type, System.DateTime timeStamp, long ordinal, string item, string ifMatch ) : Task
collectionName string
key string
type string
timeStamp System.DateTime
ordinal long
item string
ifMatch string
리턴 Task

PutEventIfMatchAsync() 공개 메소드

public PutEventIfMatchAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, object item, string ifMatch ) : Task
collectionName string
key string
type string
timeStamp long
ordinal long
item object
ifMatch string
리턴 Task

PutEventIfMatchAsync() 공개 메소드

public PutEventIfMatchAsync ( string collectionName, string key, string type, long timeStamp, long ordinal, string item, string ifMatch ) : Task
collectionName string
key string
type string
timeStamp long
ordinal long
item string
ifMatch string
리턴 Task

PutGraph() 공개 메소드

public PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Result

PutGraph() 공개 메소드

public PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
properties object
리턴 Result

PutGraph() 공개 메소드

public PutGraph ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
properties string
리턴 Result

PutGraphAsync() 공개 메소드

public PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Task

PutGraphAsync() 공개 메소드

public PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
properties object
리턴 Task

PutGraphAsync() 공개 메소드

public PutGraphAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
properties string
리턴 Task

PutGraphIfMatch() 공개 메소드

public PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
리턴 Result

PutGraphIfMatch() 공개 메소드

public PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, object properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
properties object
리턴 Result

PutGraphIfMatch() 공개 메소드

public PutGraphIfMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, string properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
properties string
리턴 Result

PutGraphIfMatchAsync() 공개 메소드

public PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
리턴 Task

PutGraphIfMatchAsync() 공개 메소드

public PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, object properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
properties object
리턴 Task

PutGraphIfMatchAsync() 공개 메소드

public PutGraphIfMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string ifMatch, string properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
ifMatch string
properties string
리턴 Task

PutGraphIfNoneMatch() 공개 메소드

public PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Result

PutGraphIfNoneMatch() 공개 메소드

public PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
properties object
리턴 Result

PutGraphIfNoneMatch() 공개 메소드

public PutGraphIfNoneMatch ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Result
collectionName string
key string
kind string
toCollectionName string
toKey string
properties string
리턴 Result

PutGraphIfNoneMatchAsync() 공개 메소드

public PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
리턴 Task

PutGraphIfNoneMatchAsync() 공개 메소드

public PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, object properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
properties object
리턴 Task

PutGraphIfNoneMatchAsync() 공개 메소드

public PutGraphIfNoneMatchAsync ( string collectionName, string key, string kind, string toCollectionName, string toKey, string properties ) : Task
collectionName string
key string
kind string
toCollectionName string
toKey string
properties string
리턴 Task

PutIfMatch() 공개 메소드

public PutIfMatch ( string collectionName, string key, object item, string ifMatch ) : Result
collectionName string
key string
item object
ifMatch string
리턴 Result

PutIfMatch() 공개 메소드

public PutIfMatch ( string collectionName, string key, string item, string ifMatch ) : Result
collectionName string
key string
item string
ifMatch string
리턴 Result

PutIfMatchAsync() 공개 메소드

public PutIfMatchAsync ( string collectionName, string key, object item, string ifMatch ) : Task
collectionName string
key string
item object
ifMatch string
리턴 Task

PutIfMatchAsync() 공개 메소드

public PutIfMatchAsync ( string collectionName, string key, string item, string ifMatch ) : Task
collectionName string
key string
item string
ifMatch string
리턴 Task

PutIfNoneMatch() 공개 메소드

public PutIfNoneMatch ( string collectionName, string key, object item ) : Result
collectionName string
key string
item object
리턴 Result

PutIfNoneMatch() 공개 메소드

public PutIfNoneMatch ( string collectionName, string key, string item ) : Result
collectionName string
key string
item string
리턴 Result

PutIfNoneMatchAsync() 공개 메소드

public PutIfNoneMatchAsync ( string collectionName, string key, object item ) : Task
collectionName string
key string
item object
리턴 Task

PutIfNoneMatchAsync() 공개 메소드

public PutIfNoneMatchAsync ( string collectionName, string key, string item ) : Task
collectionName string
key string
item string
리턴 Task

Ref() 공개 메소드

public Ref ( string collectionName, string key, string reference ) : Result
collectionName string
key string
reference string
리턴 Result

RefAsync() 공개 메소드

public RefAsync ( string collectionName, string key, string reference ) : Task
collectionName string
key string
reference string
리턴 Task

RefList() 공개 메소드

public RefList ( string collectionName, string key, int limit = 10, int offset, bool values = false ) : ListResult
collectionName string
key string
limit int
offset int
values bool
리턴 ListResult

RefListAsync() 공개 메소드

public RefListAsync ( string collectionName, string key, int limit = 10, int offset, bool values = false ) : Task
collectionName string
key string
limit int
offset int
values bool
리턴 Task

Search() 공개 메소드

public Search ( string collectionName, string query, int limit = 10, int offset, string sort = "", string aggregate = "" ) : SearchResult
collectionName string
query string
limit int
offset int
sort string
aggregate string
리턴 SearchResult

SearchAsync() 공개 메소드

public SearchAsync ( string collectionName, string query, int limit = 10, int offset, string sort = "", string aggregate = "" ) : Task
collectionName string
query string
limit int
offset int
sort string
aggregate string
리턴 Task