Share via


SyncStatistics Members

Represents a summary of a SyncSession with regard to the total number of operations that occurred on the client and server.

The following tables list the members exposed by the SyncStatistics type.

Public Constructors

  Name Description
Public method SyncStatistics Initializes a new instance of the SyncStatistics class.

Top

Public Properties

  Name Description
Public property DownloadChangesApplied Gets or sets the number of changes downloaded from the server that were applied at the client.
Public property DownloadChangesFailed Gets or sets the number of changes downloaded from the server that could not be applied at the client.
Public property SyncCompleteTime Gets or sets the time when a SyncSession ended.
Public property SyncStartTime Gets or sets the time when a SyncSession started.
Public property TotalChangesDownloaded Gets or sets the total number of changes downloaded from the server. This includes the changes that could not be applied at the client.
Public property TotalChangesUploaded Gets or sets the total number of changes uploaded from the client. This includes the changes that could not be applied at the server.
Public property UploadChangesApplied Gets or sets the number of changes uploaded from the client that were applied at the server.
Public property UploadChangesFailed Gets or sets the number of changes uploaded from the client that could not be applied at the server.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncStatistics Class
Microsoft.Synchronization.Data Namespace