Click or drag to resize

MetadataSyncOptionsSetRefreshSchemaDelayIncrement Method

The default value is

1000
.

The driver will wait refreshSchemaDelayIncrement milliseconds until it processes a schema or topology refresh event. If another event gets scheduled to be processed within this interval, then the driver will cancel the first execution and will wait another refreshSchemaDelayIncrement milliseconds until it processes both events. As long as events keep coming in, then the driver will keep postponing the execution up until MaxTotalRefreshSchemaDelay milliseconds have passed since the first unprocessed event was scheduled.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public MetadataSyncOptions SetRefreshSchemaDelayIncrement(
	long refreshSchemaDelayIncrement
)

Parameters

refreshSchemaDelayIncrement
Type: SystemInt64

Return Value

Type: MetadataSyncOptions
See Also