C# Class Amazon.S3.Model.MetricsAndOperator

Class for MetricsAndOperatorPredicate

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

Inheritance: MetricsNAryOperator
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
MetricsAndOperator ( List operands ) : System

Private Methods

Method Description
Accept ( IMetricsPredicateVisitor metricsPredicateVisitor ) : void

Method Details

MetricsAndOperator() public method

public MetricsAndOperator ( List operands ) : System
operands List
return System