Table of Contents

Class Metrics

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

A container specifying replication metrics-related information, including whether emitting metrics and Amazon S3 events for replication are enabled. In addition, contains configurations related to specific metrics or events. Must be specified together with a

ReplicationTime
block.
public class Metrics
Inheritance
Metrics
Inherited Members

Constructors

Metrics()

public Metrics()

Properties

EventThreshold

A container specifying the time threshold for emitting the

s3:Replication:OperationMissedThreshold
event.
public ReplicationTimeValue EventThreshold { get; set; }

Property Value

ReplicationTimeValue

Status

Specifies whether the replication metrics are enabled.

public MetricsStatus Status { get; set; }

Property Value

MetricsStatus