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 maxRetriesPerAction

maxRetriesPerAction: undefined | number

Maximum number of Retries

Optional maxThrottlingDelayInMs

maxThrottlingDelayInMs: undefined | number

Max Delay between retries

Optional throttlingDelayInMs

throttlingDelayInMs: undefined | number

Delay between retries

Generated using TypeDoc