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 4.5
 
Represents a sample of performance data.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Sample

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

Syntax

C#
public class Sample : Object

The Sample type exposes the following members

Constructors

NameDescription
Public Method Sample()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The sample's ARN.

Public Property Type Amazon.DeviceFarm.SampleType Gets and sets the property Type.

The sample's type.

Must be one of the following values:

  • CPU: A CPU sample type. This is expressed as the app processing CPU time (including child processes) as reported by process, as a percentage.

  • MEMORY: A memory usage sample type. This is expressed as the total proportional set size of an app process, in kilobytes.

  • NATIVE_AVG_DRAWTIME

  • NATIVE_FPS

  • NATIVE_FRAMES

  • NATIVE_MAX_DRAWTIME

  • NATIVE_MIN_DRAWTIME

  • OPENGL_AVG_DRAWTIME

  • OPENGL_FPS

  • OPENGL_FRAMES

  • OPENGL_MAX_DRAWTIME

  • OPENGL_MIN_DRAWTIME

  • RX

  • RX_RATE: The total number of bytes per second (TCP and UDP) that are sent, by app process.

  • THREADS: A threads sample type. This is expressed as the total number of threads per app process.

  • TX

  • TX_RATE: The total number of bytes per second (TCP and UDP) that are received, by app process.

Public Property Url System.String Gets and sets the property Url.

The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the sample's file.

Version Information

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