SyncTableMetadata Class
Encapsulates the metadata that is associated with a SyncTable, such as the direction of synchronization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncTableMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncTableMetadata | Initializes a new instance of the SyncTableMetadata class by using default values. |
![]() | SyncTableMetadata(String) | Initializes a new instance of the SyncTableMetadata class by using a table name parameter. |
![]() | SyncTableMetadata(String, SyncDirection) | Initializes a new instance of the SyncTableMetadata class by using a table name and synchronization direction parameters. |
| Name | Description | |
|---|---|---|
![]() | LastReceivedAnchor | Gets or sets a SyncAnchor object that contains the time when the last change was received from the server. |
![]() | LastSentAnchor | Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client. |
![]() | SyncDirection | Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client. |
![]() | TableName | Gets or sets the name of the SyncTable. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the SyncTableMetadata object. (Overrides Object.ToString.) |
Show:
