This documentation is archived and is not being maintained.

ServicingStepDetailFilterOptions Enumeration

Describes the filters to apply when you call GetServicingDetails.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public enum class ServicingStepDetailFilterOptions

Member nameDescription
AllStepDetailsReturn step details for all runs of the specified job.

FirstStepDetailsReturns the step details for the first execution of the specified job.

LastStepDetailsReturns the step details for the last execution of the specified job.

SpecificQueueTimeReturns the step details for the specific queue time.

Show: