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

    Interface SelectParameters

    Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

    Describes the parameters for Select job types.

    Learn How to optimize querying your data in Amazon S3 using Amazon Athena, S3 Object Lambda, or client-side filtering.

    interface SelectParameters {
        InputSerialization: InputSerialization | undefined;
        ExpressionType: "SQL" | undefined;
        Expression: string | undefined;
        OutputSerialization: OutputSerialization | undefined;
    }
    Index

    Properties

    InputSerialization: InputSerialization | undefined

    Describes the serialization format of the object.

    ExpressionType: "SQL" | undefined

    The type of the provided expression (for example, SQL).

    Expression: string | undefined

    Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

    The expression that is used to query the object.

    OutputSerialization: OutputSerialization | undefined

    Describes how the results of the Select job are serialized.