C# 클래스 DataSift.Rest.Account.Limit

파일 보기 프로젝트 열기: datasift/datasift-dotnet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Limit ( DataSiftClient client ) : System

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

public Delete ( string identityId, string service ) : RestAPIResponse
identityId string
service string
리턴 RestAPIResponse

Get() 공개 메소드

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

Update() 공개 메소드

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