Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Project

    The details of a project.

    Project

    interface Project {
        createdAt?: Date;
        forceEncryptionWithCmek: boolean;
        id: string;
        maxPods: number;
        name: string;
        organizationId: string;
    }
    Index
    createdAt?: Date

    The date and time when the project was created.

    Project

    forceEncryptionWithCmek: boolean

    Whether to force encryption with a customer-managed encryption key (CMEK).

    Project

    id: string

    The unique ID of the project.

    Project

    maxPods: number

    The maximum number of Pods that can be created in the project.

    Project

    name: string

    The name of the project.

    Project

    organizationId: string

    The unique ID of the organization that the project belongs to.

    Project