C# 클래스 DataSift.Rest.Pylon.Pylon

파일 보기 프로젝트 열기: datasift/datasift-dotnet

공개 메소드들

메소드 설명
Analyze ( string service, string id, dynamic parameters, string filter = null, DateTimeOffset start = null, DateTimeOffset end = null ) : RestAPIResponse
Compile ( string service, string csdl ) : RestAPIResponse
Get ( string service, string id = null, int page = null, int perPage = null ) : RestAPIResponse
Sample ( string service, string id, int count = null, DateTimeOffset start = null, DateTimeOffset end = null, string filter = null ) : RestAPIResponse
Start ( string service, string hash = null, string name = null, string id = null ) : RestAPIResponse
Stop ( string service, string id ) : RestAPIResponse
Tags ( string service, string id ) : RestAPIResponse
Update ( string service, string id, string hash = null, string name = null ) : RestAPIResponse
Validate ( string service, string csdl ) : RestAPIResponse

비공개 메소드들

메소드 설명
Pylon ( DataSiftClient client ) : System

메소드 상세

Analyze() 공개 메소드

public Analyze ( string service, string id, dynamic parameters, string filter = null, DateTimeOffset start = null, DateTimeOffset end = null ) : RestAPIResponse
service string
id string
parameters dynamic
filter string
start DateTimeOffset
end DateTimeOffset
리턴 RestAPIResponse

Compile() 공개 메소드

public Compile ( string service, string csdl ) : RestAPIResponse
service string
csdl string
리턴 RestAPIResponse

Get() 공개 메소드

public Get ( string service, string id = null, int page = null, int perPage = null ) : RestAPIResponse
service string
id string
page int
perPage int
리턴 RestAPIResponse

Sample() 공개 메소드

public Sample ( string service, string id, int count = null, DateTimeOffset start = null, DateTimeOffset end = null, string filter = null ) : RestAPIResponse
service string
id string
count int
start DateTimeOffset
end DateTimeOffset
filter string
리턴 RestAPIResponse

Start() 공개 메소드

public Start ( string service, string hash = null, string name = null, string id = null ) : RestAPIResponse
service string
hash string
name string
id string
리턴 RestAPIResponse

Stop() 공개 메소드

public Stop ( string service, string id ) : RestAPIResponse
service string
id string
리턴 RestAPIResponse

Tags() 공개 메소드

public Tags ( string service, string id ) : RestAPIResponse
service string
id string
리턴 RestAPIResponse

Update() 공개 메소드

public Update ( string service, string id, string hash = null, string name = null ) : RestAPIResponse
service string
id string
hash string
name string
리턴 RestAPIResponse

Validate() 공개 메소드

public Validate ( string service, string csdl ) : RestAPIResponse
service string
csdl string
리턴 RestAPIResponse