Gets the information about the job with a given job id.

Namespace: Microsoft.Cosmos.Management
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public JobInfo GetJobInfo(
	Guid jobId,
	bool compression
)
Visual Basic
Public Function GetJobInfo ( _
	jobId As Guid, _
	compression As Boolean _
) As JobInfo
Visual C++
public:
JobInfo^ GetJobInfo(
	Guid jobId, 
	bool compression
)

Parameters

jobId
Type: Guid
Id of the job for which the job information is required.
compression
Type: Boolean
Whether compression needs to be used while communicating with the VC.

Return Value

A JobInfo object representing the information about the given job id.

See Also