IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    A container specifying replication metrics-related settings enabling replication metrics and events.

    interface Metrics {
        Status: MetricsStatus | undefined;
        EventThreshold?: ReplicationTimeValue;
    }
    Index

    Properties

    Status: MetricsStatus | undefined

    Specifies whether the replication metrics are enabled.

    EventThreshold?: ReplicationTimeValue

    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.