StreamPullingAgentOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for stream pulling agents.
public class StreamPullingAgentOptions
type StreamPullingAgentOptions = class
Public Class StreamPullingAgentOptions
- Inheritance
-
StreamPullingAgentOptions
Constructors
StreamPullingAgentOptions() |
Fields
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
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. |