C# Class DataSift.Rest.Account.Limit

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

Public Methods

Method 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

Method Description
Limit ( DataSiftClient client ) : System

Method Details

Create() public method

public Create ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
return RestAPIResponse

Delete() public method

public Delete ( string identityId, string service ) : RestAPIResponse
identityId string
service string
return RestAPIResponse

Get() public method

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

Update() public method

public Update ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
return RestAPIResponse