SourceControlSyncJobStreamById interface

Definition of the source control sync job stream by id.

Properties

id

Resource id.

sourceControlSyncJobStreamId

The sync job stream id.

streamText

The text of the sync job stream.

streamType

The type of the sync job stream.

summary

The summary of the sync job stream.

time

The time of the sync job stream.

value

The values of the job stream.

Property Details

id

Resource id.

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.

time?: Date

Property Value

Date

value

The values of the job stream.

value?: Record<string, any>

Property Value

Record<string, any>