C# Класс Segmentio.Options

Options required to initialize the client
Показать файл Открыть проект Примеры использования класса

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