C# Class DataSift.Rest.Account.Limit

Afficher le fichier Open project: datasift/datasift-dotnet

Méthodes publiques

Méthode Description
Create ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
Delete ( string identityId, string service ) : RestAPIResponse
Get ( string service, string identityId = null, int page = null, int perPage = null ) : RestAPIResponse
Update ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse

Private Methods

Méthode Description
Limit ( DataSiftClient client ) : System

Method Details

Create() public méthode

public Create ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
Résultat RestAPIResponse

Delete() public méthode

public Delete ( string identityId, string service ) : RestAPIResponse
identityId string
service string
Résultat RestAPIResponse

Get() public méthode

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

Update() public méthode

public Update ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
Résultat RestAPIResponse