SourceControlSyncJobStream interface
Definition of the source control sync job stream.
Properties
id | Resource id. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The sync job stream id. |
stream |
The type of the sync job stream. Possible values include: 'Error', 'Output' |
summary | The summary of the sync job stream. |
time | The time of the sync job stream. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Resource id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
sourceControlSyncJobStreamId
The sync job stream id.
sourceControlSyncJobStreamId?: string
Property Value
string
streamType
The type of the sync job stream. Possible values include: 'Error', 'Output'
streamType?: StreamType
Property Value
summary
The summary of the sync job stream.
summary?: string
Property Value
string
time
The time of the sync job stream. NOTE: This property will not be serialized. It can only be populated by the server.
time?: Date
Property Value
Date