SyncTableMetadata Class

Encapsulates the metadata that is associated with a SyncTable, such as the direction of synchronization.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncTableMetadata

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncTableMetadata
'Usage
Dim instance As SyncTableMetadata
[SerializableAttribute]
public class SyncTableMetadata
[SerializableAttribute]
public ref class SyncTableMetadata
[<SerializableAttribute>]
type SyncTableMetadata =  class end
public class SyncTableMetadata

The SyncTableMetadata type exposes the following members.

Constructors

  Name Description
Public method SyncTableMetadata() Initializes a new instance of the SyncTableMetadata class by using default values.
Public method SyncTableMetadata(String) Initializes a new instance of the SyncTableMetadata class by using a table name parameter.
Public method SyncTableMetadata(String, SyncDirection) Initializes a new instance of the SyncTableMetadata class by using a table name and synchronization direction parameters.

Top

Properties

  Name Description
Public property LastReceivedAnchor Gets or sets a SyncAnchor object that contains the time when the last change was received from the server.
Public property LastSentAnchor Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client.
Public property SyncDirection Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Public property TableName Gets or sets the name of the SyncTable.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents the SyncTableMetadata object. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace