Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Type Alias ConfigureIndexOptions

    ConfigureIndexOptions: Omit<NativeConfigureIndexOptions, "readCapacity"> & {
        name: string;
        podReplicas?: number;
        podType?: string;
        readCapacity?: ReadCapacity | ReadCapacityPatch | CreateIndexReadCapacity;
    }

    Options for the deprecated flat index configuration method.

    Type Declaration

    • name: string

      The name of the index to configure.

    • OptionalpodReplicas?: number

      Use deployment.replicas.

    • OptionalpodType?: string

      Use deployment.podType.

    • OptionalreadCapacity?: ReadCapacity | ReadCapacityPatch | CreateIndexReadCapacity

      Read capacity in native or legacy flat form.