ShareSynchronization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ShareSynchronization data transfer object.
public class ShareSynchronization
type ShareSynchronization = class
Public Class ShareSynchronization
- Inheritance
-
ShareSynchronization
Constructors
ShareSynchronization() |
Initializes a new instance of the ShareSynchronization class. |
ShareSynchronization(String, String, String, Nullable<Int32>, Nullable<DateTime>, String, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the ShareSynchronization class. |
Properties
ConsumerEmail |
Gets or sets email of the user who created the synchronization |
ConsumerName |
Gets or sets name of the user who created the synchronization |
ConsumerTenantName |
Gets or sets tenant name of the consumer who created the synchronization |
DurationMs |
Gets or sets synchronization duration |
EndTime |
Gets or sets end time of synchronization |
Message |
Gets or sets message of synchronization |
StartTime |
Gets or sets start time of synchronization |
Status |
Gets or sets raw Status |
SynchronizationId |
Gets or sets synchronization id |
SynchronizationMode |
Gets synchronization mode. Possible values include: 'Incremental', 'FullSync' |
Applies to
Azure SDK for .NET