C# Class DataSift.Rest.Pylon.Pylon

ファイルを表示 Open project: datasift/datasift-dotnet

Public Methods

Method Description
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

Private Methods

Method Description
Pylon ( DataSiftClient client ) : System

Method Details

Analyze() public method

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
return RestAPIResponse

Compile() public method

public Compile ( string service, string csdl ) : RestAPIResponse
service string
csdl string
return RestAPIResponse

Get() public method

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

Sample() public method

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
return RestAPIResponse

Start() public method

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

Stop() public method

public Stop ( string service, string id ) : RestAPIResponse
service string
id string
return RestAPIResponse

Tags() public method

public Tags ( string service, string id ) : RestAPIResponse
service string
id string
return RestAPIResponse

Update() public method

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

Validate() public method

public Validate ( string service, string csdl ) : RestAPIResponse
service string
csdl string
return RestAPIResponse