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

    Class ThroughputInformation

    Schema for detailed information about throughput capacity with breakdown by specific throughput requests classes.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    blocks?: number

    A number of blocks of throughput units. A block consists of 100 reads/sec, 50 writes/sec, and 5 global queries/sec of provisioned throughput capacity. Not available for some plans.

    query: number

    Provisioned global queries capacity in operations per second.

    read: number

    Provisioned reads capacity in operations per second.

    write: number

    Provisioned writes capacity in operations per second.

    Methods