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

    Interface OutputSerialization

    Describes how results of the Select job are serialized.

    interface OutputSerialization {
        CSV?: CSVOutput;
        JSON?: JSONOutput;
    }
    Index

    Properties

    Properties

    CSV?: CSVOutput

    Describes the serialization of CSV-encoded Select results.

    JSON?: JSONOutput

    Specifies JSON as request's output serialization format.