IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface InventoryFilter

    Specifies an S3 Inventory filter. The inventory only includes objects that meet the filter's criteria.

    interface InventoryFilter {
        Prefix: string | undefined;
    }
    Index

    Properties

    Properties

    Prefix: string | undefined

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