ShareSubscriptionSynchronization Class

A ShareSubscriptionSynchronization data transfer object.

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

All required parameters must be populated in order to send to Azure.

Inheritance
ShareSubscriptionSynchronization

Constructor

ShareSubscriptionSynchronization(*, synchronization_id: str, **kwargs)

Parameters

synchronization_id
str
Required

Required. Synchronization id.

Variables

duration_ms
int

Synchronization duration.

end_time
datetime

End time of synchronization.

message
str

message of Synchronization.

start_time
datetime

start time of synchronization.

status
str

Raw Status.

synchronization_mode
str or SynchronizationMode

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