SourceControlSyncJobStreamProperties interface
Definition of source control sync job stream properties.
Properties
| source |
The sync job stream id. |
| stream |
The type of the sync job stream. |
| summary | The summary of the sync job stream. |
| time | The time of the sync job stream. |
Property Details
sourceControlSyncJobStreamId
The sync job stream id.
sourceControlSyncJobStreamId?: string
Property Value
string
streamType
The type of the sync job stream.
streamType?: string
Property Value
string
summary
The summary of the sync job stream.
summary?: string
Property Value
string
time
The time of the sync job stream.
time?: Date
Property Value
Date