Edit

StreamPullingAgentOptions Class

Definition

Options for stream pulling agents.

public class StreamPullingAgentOptions
type StreamPullingAgentOptions = class
Public Class StreamPullingAgentOptions
Inheritance
StreamPullingAgentOptions

Constructors

Name Description
StreamPullingAgentOptions()

Fields

Name Description
DEFAULT_BATCH_CONTAINER_BATCH_SIZE

The default batch container batch size.

DEFAULT_GET_QUEUE_MESSAGES_TIMER_PERIOD

The default period between polling for queue messages.

DEFAULT_INIT_QUEUE_TIMEOUT

The default queue initialization timeout

DEFAULT_MAX_EVENT_DELIVERY_TIME

The default maximum event delivery time.

DEFAULT_STREAM_INACTIVITY_PERIOD

The default stream inactivity period.

Properties

Name Description
BatchContainerBatchSize

Gets or sets the size of each batch container batch.

GetQueueMsgsTimerPeriod

Gets or sets the period between polling for queue messages.

InitQueueTimeout

Gets or sets the queue initialization timeout.

MaxEventDeliveryTime

Gets or sets the maximum event delivery time.

StreamInactivityPeriod

Gets or sets the stream inactivity period.

Applies to