Table of Contents

Class LifecycleNAryOperator

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

Base class for lifecycle operators.

public abstract class LifecycleNAryOperator : LifecycleFilterPredicate
Inheritance
LifecycleNAryOperator
Derived
Inherited Members

Constructors

LifecycleNAryOperator()

protected LifecycleNAryOperator()

Properties

Operands

The list of LifecycleFilterPredicate objects that this operator operates on.

public List<LifecycleFilterPredicate> Operands { get; set; }

Property Value

List<LifecycleFilterPredicate>