DbBatchSpooledEventArgs Class
Provides data for the BatchSpooled event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbBatchSpooledEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BatchFileName | Gets or sets the name of the file to which spooled changes are written. |
![]() | CurrentBatchNumber | Gets the number of the batch that was most recently written to the spooling file. |
![]() | CurrentBatchTableWatermarks | Gets the table name and maximum tickcount value for each table that has changes in the current batch. |
![]() | DataCacheSize | Gets the size of the current batch. |
![]() | TotalBatchesSpooled | Gets or sets the total number of change batches that were spooled to disk when the BatchSpooled event was raised. |
Show:
