ShareSynchronization Class

Definition

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