This function returns the
JobStatistics object that contains statistical information about each job stage. The
object includes information about the number of vertices failed, succeeded, data read, etc.
Namespace: Microsoft.Cosmos.ManagementAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
Visual Basic |
---|
Public Function GetJobStatistics ( _
jobId As Guid _
) As JobStatistics |
Parameters
- jobId
- Type: Guid
ID of the job for which the job statistics is required
Return Value
A
JobStatistics object
See Also