C# Class Segmentio.Options

Options required to initialize the client
Show file Open project: Monkimun/segmentio-unity Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Options() public method

public Options ( ) : System
return System

SetDebugLogJson() public method

public SetDebugLogJson ( bool debugLogJson ) : Options
debugLogJson bool
return Options

SetMaxQueueSize() public method

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

SetMinBatchSize() public method

public SetMinBatchSize ( int minBatchSize ) : Options
minBatchSize int
return Options

SetMinSendBatchInterval() public method

public SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : Options
minSendBatchInterval System.TimeSpan
return Options