SourceControlSyncJobStreamById interface
Definition of the source control sync job stream by id.
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 text of the sync job stream. |
stream |
The type of the sync job stream. |
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. |
value | The values of the job stream. |
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
streamText
The text of the sync job stream.
streamText?: 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. NOTE: This property will not be serialized. It can only be populated by the server.
time?: Date
Property Value
Date
value
The values of the job stream.
value?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Azure SDK for JavaScript