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

    Interface StorageClassAnalysisDataExport

    Container for data related to the storage class analysis for an Amazon S3 bucket for export.

    interface StorageClassAnalysisDataExport {
        OutputSchemaVersion: "V_1" | undefined;
        Destination: AnalyticsExportDestination | undefined;
    }
    Index

    Properties

    OutputSchemaVersion: "V_1" | undefined

    The version of the output schema to use when exporting data. Must be V_1.

    Destination: AnalyticsExportDestination | undefined

    The place to store the data for an analysis.