Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexingBufferedSenderOptions

Package version

Options for SearchIndexingBufferedSender.

Hierarchy

  • SearchIndexingBufferedSenderOptions

Index

Properties

Optional autoFlush

autoFlush: undefined | false | true

Indicates if autoFlush is enabled.

Optional flushWindowInMs

flushWindowInMs: undefined | number

Flush Window.

A batch request will be sent after flushWindowInMs is reached.

Optional initialBatchActionCount

initialBatchActionCount: undefined | number

Initial Batch Action Count.

A batch request will be sent once the documents reach the initialBatchActionCount.

Optional maxRetries

maxRetries: undefined | number

Maximum number of Retries

Optional maxRetryDelayInMs

maxRetryDelayInMs: undefined | number

Max Delay between retries

Optional retryDelayInMs

retryDelayInMs: undefined | number

Delay between retries

Generated using TypeDoc