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.

Statistics for the checks performed during the audit.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TaskStatistics

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

Syntax

C#
public class TaskStatistics

The TaskStatistics type exposes the following members

Constructors

NameDescription
Public Method TaskStatistics()

Properties

NameTypeDescription
Public Property CanceledChecks System.Int32

Gets and sets the property CanceledChecks.

The number of checks that did not run because the audit was canceled.

Public Property CompliantChecks System.Int32

Gets and sets the property CompliantChecks.

The number of checks that found compliant resources.

Public Property FailedChecks System.Int32

Gets and sets the property FailedChecks.

The number of checks.

Public Property InProgressChecks System.Int32

Gets and sets the property InProgressChecks.

The number of checks in progress.

Public Property NonCompliantChecks System.Int32

Gets and sets the property NonCompliantChecks.

The number of checks that found noncompliant resources.

Public Property TotalChecks System.Int32

Gets and sets the property TotalChecks.

The number of checks in this audit.

Public Property WaitingForDataCollectionChecks System.Int32

Gets and sets the property WaitingForDataCollectionChecks.

The number of checks waiting for data collection.

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