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

    This data type contains information about progress of an operation.

    interface Progress {
        BytesScanned?: number;
        BytesProcessed?: number;
        BytesReturned?: number;
    }
    Index

    Properties

    BytesScanned?: number

    The current number of object bytes scanned.

    BytesProcessed?: number

    The current number of uncompressed object bytes processed.

    BytesReturned?: number

    The current number of bytes of records payload data returned.