AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents entity counters.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Counters

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Counters : Object

The Counters type exposes the following members

Constructors

NameDescription
Public Method Counters()

Properties

NameTypeDescription
Public Property Errored System.Int32 Gets and sets the property Errored.

The number of errored entities.

Public Property Failed System.Int32 Gets and sets the property Failed.

The number of failed entities.

Public Property Passed System.Int32 Gets and sets the property Passed.

The number of passed entities.

Public Property Skipped System.Int32 Gets and sets the property Skipped.

The number of skipped entities.

Public Property Stopped System.Int32 Gets and sets the property Stopped.

The number of stopped entities.

Public Property Total System.Int32 Gets and sets the property Total.

The total number of entities.

Public Property Warned System.Int32 Gets and sets the property Warned.

The number of warned entities.

Version Information

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