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

    Interface AnalyticsConfiguration

    Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

    interface AnalyticsConfiguration {
        Id: string | undefined;
        Filter?: AnalyticsFilter;
        StorageClassAnalysis: StorageClassAnalysis | undefined;
    }
    Index

    Properties

    Id: string | undefined

    The ID that identifies the analytics configuration.

    The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

    StorageClassAnalysis: StorageClassAnalysis | undefined

    Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.