C# Class Segmentio.Options

Options required to initialize the client
Afficher le fichier Open project: Monkimun/segmentio-unity Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Options ( ) : System
Résultat System

SetDebugLogJson() public méthode

public SetDebugLogJson ( bool debugLogJson ) : Options
debugLogJson bool
Résultat Options

SetMaxQueueSize() public méthode

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

SetMinBatchSize() public méthode

public SetMinBatchSize ( int minBatchSize ) : Options
minBatchSize int
Résultat Options

SetMinSendBatchInterval() public méthode

public SetMinSendBatchInterval ( System.TimeSpan minSendBatchInterval ) : Options
minSendBatchInterval System.TimeSpan
Résultat Options