DbSyncBatchInfo Class
Represents a batch header file that contains metadata about the data contained in a synchronization batch.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbSyncBatchInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataCacheSize | Gets or sets the in-memory size of the current batch. |
![]() | DataSetSurrogate | Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch. |
![]() | Id | Gets or sets an ID that uniquely identifies the batch. |
![]() | IsLastBatch | Gets or sets whether the current batch is the last batch of the synchronization session. |
![]() | SequenceNumber | Gets or sets the sequence number of the batch at the source provider so that the destination provider processes batches in the correct order. |
![]() | Version | Represents the version of Sync Framework that generated the batch file. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases all resources used by the DbSyncBatchInfo. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DbSyncBatchInfo and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLearnedKnowledge | Gets the synchronization knowledge that is learned by the destination after it applies this batch. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetLearnedKnowledge | Sets the synchronization knowledge that is learned by the destination after it applies this batch. |
![]() | ToString | Returns a string that represents the DbSyncBatchInfo object. (Overrides Object.ToString.) |
Show:
