SourceControlSyncJobById interface

Definition of the source control sync job.

Properties

creationTime

The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

exception

The exceptions that occurred while running the sync job.

id

The id of the job.

provisioningState

The provisioning state of the job. Possible values include: 'Completed', 'Failed', 'Running'

sourceControlSyncJobId

The source control sync job id.

startTime

The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

syncType

The sync type. Possible values include: 'PartialSync', 'FullSync'

Property Details

creationTime

The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

endTime

The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

exception

The exceptions that occurred while running the sync job.

exception?: string

Property Value

string

id

The id of the job.

id?: string

Property Value

string

provisioningState

The provisioning state of the job. Possible values include: 'Completed', 'Failed', 'Running'

provisioningState?: ProvisioningState

Property Value

sourceControlSyncJobId

The source control sync job id.

sourceControlSyncJobId?: string

Property Value

string

startTime

The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

syncType

The sync type. Possible values include: 'PartialSync', 'FullSync'

syncType?: SyncType

Property Value