AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeCodeCoverages operation. Retrieves one or more code coverage reports.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeBuild.AmazonCodeBuildRequest
      Amazon.CodeBuild.Model.DescribeCodeCoveragesRequest

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeCodeCoveragesRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The DescribeCodeCoveragesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaxLineCoveragePercentage System.Double

Gets and sets the property MaxLineCoveragePercentage.

The maximum line coverage percentage to report.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return.

Public Property MinLineCoveragePercentage System.Double

Gets and sets the property MinLineCoveragePercentage.

The minimum line coverage percentage to report.

Public Property NextToken System.String

Gets and sets the property NextToken.

The nextToken value returned from a previous call to DescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

Public Property ReportArn System.String

Gets and sets the property ReportArn.

The ARN of the report for which test cases are returned.

Public Property SortBy Amazon.CodeBuild.ReportCodeCoverageSortByType

Gets and sets the property SortBy.

Specifies how the results are sorted. Possible values are:

FILE_PATH

The results are sorted by file path.

LINE_COVERAGE_PERCENTAGE

The results are sorted by the percentage of lines that are covered.

Public Property SortOrder Amazon.CodeBuild.SortOrderType

Gets and sets the property SortOrder.

Specifies if the results are sorted in ascending or descending order.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5