C# Class DataSift.Rest.Pylon.Pylon

Afficher le fichier Open project: datasift/datasift-dotnet

Méthodes publiques

Méthode 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

Méthode Description
Pylon ( DataSiftClient client ) : System

Method Details

Analyze() public méthode

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
Résultat RestAPIResponse

Compile() public méthode

public Compile ( string service, string csdl ) : RestAPIResponse
service string
csdl string
Résultat RestAPIResponse

Get() public méthode

public Get ( string service, string id = null, int page = null, int perPage = null ) : RestAPIResponse
service string
id string
page int
perPage int
Résultat RestAPIResponse

Sample() public méthode

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
Résultat RestAPIResponse

Start() public méthode

public Start ( string service, string hash = null, string name = null, string id = null ) : RestAPIResponse
service string
hash string
name string
id string
Résultat RestAPIResponse

Stop() public méthode

public Stop ( string service, string id ) : RestAPIResponse
service string
id string
Résultat RestAPIResponse

Tags() public méthode

public Tags ( string service, string id ) : RestAPIResponse
service string
id string
Résultat RestAPIResponse

Update() public méthode

public Update ( string service, string id, string hash = null, string name = null ) : RestAPIResponse
service string
id string
hash string
name string
Résultat RestAPIResponse

Validate() public méthode

public Validate ( string service, string csdl ) : RestAPIResponse
service string
csdl string
Résultat RestAPIResponse