C# Класс DataSift.Rest.Pylon.Pylon

Показать файл Открыть проект

Открытые методы

Метод Описание
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