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
public MetadataSyncOptions SetRefreshSchemaDelayIncrement( long refreshSchemaDelayIncrement )