Table of Contents

Class MetricsPrefixPredicate

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

Class for MetricsPrefixPredicate

The prefix used when evaluating a metrics filter.

public sealed class MetricsPrefixPredicate : MetricsFilterPredicate
Inheritance
MetricsPrefixPredicate
Inherited Members

Constructors

MetricsPrefixPredicate(string)

public MetricsPrefixPredicate(string prefix)

Parameters

prefix string

Properties

Prefix

public string Prefix { get; }

Property Value

string