@ibm-cloud/cloudant - v0.12.7
    Preparing search index...

    Class ExplainResultMrArgs

    Arguments passed to the underlying view.

    Index

    Constructors

    Properties

    conflicts: any

    Schema for any JSON type.

    direction: string

    Direction parameter passed to the underlying view.

    endKey: any

    Schema for any JSON type.

    includeDocs: boolean

    A parameter that specifies whether to include the full content of the documents in the response in the underlying view.

    partition: string

    Partition parameter passed to the underlying view.

    reduce: boolean

    A parameter that specifies returning only documents that match any of the specified keys in the underlying view.

    stable: boolean

    A parameter that specifies whether the view results should be returned form a "stable" set of shards passed to the underlying view.

    startKey?: any

    Schema for any JSON type.

    update: any

    Schema for any JSON type.

    viewType: string

    The type of the underlying view.

    Methods