KnowledgeFragmentBuilder Class
Reconstructs a SyncKnowledge object from its constituent parts, in the format that is compatible with WindowsSync or later.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The KnowledgeFragmentBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KnowledgeFragmentBuilder(SyncIdFormatGroup, ReplicaKeyMap) | Initializes a new instance of the KnowledgeFragmentBuilder class that contains the specified ID format schema and replica key map. |
![]() | KnowledgeFragmentBuilder(SyncIdFormatGroup, SyncId) | Initializes a new instance of the KnowledgeFragmentBuilder class that contains the specified ID format schema, and a replica key map that contains only the specified local replica ID. |
| Name | Description | |
|---|---|---|
![]() | ColumnRangeSets | Gets the list of RangeSet objects that refer to a specific set of change units. |
![]() | ReplicaKeyMap | Gets the replica key map that is used to build the knowledge. |
![]() | ScopeRangeSet | Gets the RangeSet object that refers to all change units that do not have an entry in the ColumnRangeSets property. |
| Name | Description | |
|---|---|---|
![]() | BuildForgottenKnowledge | Builds a ForgottenKnowledge object from the parts that are provided by the other builder methods. |
![]() | BuildSyncKnowledge | Builds a SyncKnowledge object from the parts that are provided by the other builder methods. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
