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

    Interface RequestProgress

    Container for specifying if periodic QueryProgress messages should be sent.

    interface RequestProgress {
        Enabled?: boolean;
    }
    Index

    Properties

    Properties

    Enabled?: boolean

    Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.