Table of Contents

Class Stats

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

The Stats event details.

public class Stats
Inheritance
Stats
Inherited Members

Constructors

Stats()

Constructs an instance of Stats.

public Stats()

Properties

BytesProcessed

Total number of uncompressed object bytes processed.

public long BytesProcessed { get; set; }

Property Value

long

BytesReturned

Total number of bytes of records payload data returned.

public long BytesReturned { get; set; }

Property Value

long

BytesScanned

Total number of object bytes scanned.

public long BytesScanned { get; set; }

Property Value

long