Additional Information
Name |
Value |
Description |
IDXMODE_ASYNC |
0 |
Asynchronous (Default)
Transfer data to be indexed without waiting for completion (default).
|
IDXMODE_SYNC_LOCAL |
1 |
Synchronous (Full Indexing)
Transfer data to be indexed and wait for completion.
|
IDXMODE_SYNC_GLOBAL |
2 |
Synchronous (Full Indexing and Consumer Delta-Synchronization)
Transfer data to be indexed and wait for completion and consumer delta synchronization.
|