Table of Contents

Class InventoryPrefixPredicate

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

Class for InventoryPrefixPredicate

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

public sealed class InventoryPrefixPredicate : InventoryFilterPredicate
Inheritance
InventoryPrefixPredicate
Inherited Members

Constructors

InventoryPrefixPredicate(string)

public InventoryPrefixPredicate(string prefix)

Parameters

prefix string

Properties

Prefix

public string Prefix { get; }

Property Value

string