C# 클래스 Amazon.S3.Model.AnalyticsAndOperator

Class for AnalyticsAndOperator

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.

상속: AnalyticsNAryOperator
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AnalyticsAndOperator ( List operands ) : System

비공개 메소드들

메소드 설명
Accept ( IAnalyticsPredicateVisitor analyticsPredicateVisitor ) : void

메소드 상세

AnalyticsAndOperator() 공개 메소드

public AnalyticsAndOperator ( List operands ) : System
operands List
리턴 System