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

    Interface LegacyPodSpec

    Legacy pod deployment information.

    interface LegacyPodSpec {
        environment: string;
        metadataConfig?: undefined;
        pods?: number;
        podType: string;
        replicas?: number;
        shards?: number;
        sourceCollection?: string;
    }
    Index
    environment: string

    Deployment environment.

    metadataConfig?: undefined

    Unavailable: metadata indexing configuration is not reported by this API.

    pods?: number

    Replica count multiplied by shard count, when both are reported.

    podType: string

    Pod size and family.

    replicas?: number

    Reported replica count.

    shards?: number

    Reported shard count.

    sourceCollection?: string

    Collection from which this index was created.