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 | |
---|---|---|
SyncStatistics | Initializes a new instance of the SyncStatistics class. |
Top
Public Properties
Name | Description | |
---|---|---|
DownloadChangesApplied | Gets or sets the number of changes downloaded from the server that were applied at the client. | |
DownloadChangesFailed | Gets or sets the number of changes downloaded from the server that could not be applied at the client. | |
SyncCompleteTime | Gets or sets the time when a SyncSession ended. | |
SyncStartTime | Gets or sets the time when a SyncSession started. | |
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. | |
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. | |
UploadChangesApplied | Gets or sets the number of changes uploaded from the client that were applied at the server. | |
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 | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncStatistics Class
Microsoft.Synchronization.Data Namespace