ShareSynchronization Class

A ShareSynchronization data transfer object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ShareSynchronization

Constructor

ShareSynchronization(*, consumer_email: Optional[str] = None, consumer_name: Optional[str] = None, consumer_tenant_name: Optional[str] = None, duration_ms: Optional[int] = None, end_time: Optional[datetime.datetime] = None, message: Optional[str] = None, start_time: Optional[datetime.datetime] = None, status: Optional[str] = None, synchronization_id: Optional[str] = None, **kwargs)

Parameters

consumer_email
str
Required

Email of the user who created the synchronization.

consumer_name
str
Required

Name of the user who created the synchronization.

consumer_tenant_name
str
Required

Tenant name of the consumer who created the synchronization.

duration_ms
int
Required

synchronization duration.

end_time
datetime
Required

End time of synchronization.

message
str
Required

message of synchronization.

start_time
datetime
Required

start time of synchronization.

status
str
Required

Raw Status.

synchronization_id
str
Required

Synchronization id.

Variables

synchronization_mode
str or SynchronizationMode

Synchronization mode. Possible values include: "Incremental", "FullSync".