C# 클래스 Segmentio.Options

Options required to initialize the client
파일 보기 프로젝트 열기: Monkimun/segmentio-unity 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Options ( ) : System
SetDebugLogJson ( bool debugLogJson ) : Options
SetMaxQueueSize ( int maxQueueSize ) : Options

Sets the maximum amount of items that can be in the queue before no more are accepted.

SetMinBatchSize ( int minBatchSize ) : Options
SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : Options

메소드 상세

Options() 공개 메소드

public Options ( ) : System
리턴 System

SetDebugLogJson() 공개 메소드

public SetDebugLogJson ( bool debugLogJson ) : Options
debugLogJson bool
리턴 Options

SetMaxQueueSize() 공개 메소드

Sets the maximum amount of items that can be in the queue before no more are accepted.
public SetMaxQueueSize ( int maxQueueSize ) : Options
maxQueueSize int
리턴 Options

SetMinBatchSize() 공개 메소드

public SetMinBatchSize ( int minBatchSize ) : Options
minBatchSize int
리턴 Options

SetMinSendBatchInterval() 공개 메소드

public SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : Options
minSendBatchInterval System.TimeSpan
리턴 Options