C# Class Amazon.S3.Model.InventoryPrefixPredicate

Class for InventoryPrefixPredicate

The prefix that an object must have to be included in the inventory results.

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

Public Methods

Method Description
InventoryPrefixPredicate ( string prefix ) : System

Private Methods

Method Description
Accept ( IInventoryPredicateVisitor inventoryPredicateVisitor ) : void

Method Details

InventoryPrefixPredicate() public method

public InventoryPrefixPredicate ( string prefix ) : System
prefix string
return System