@cpod/sdk - v0.2.7
    Preparing search index...

    Interface AddEntityResponse

    Response for adding an entity

    interface AddEntityResponse {
        response: boolean;
        chunksUpdated: number;
        chunksSkipped?: number;
        fileHash?: string;
        updatedEntity: string;
    }
    Index

    Properties

    response: boolean

    Success status

    chunksUpdated: number

    Number of chunks updated

    chunksSkipped?: number

    Number of chunks skipped (optional)

    fileHash?: string

    File hash (optional)

    updatedEntity: string

    Name of the updated entity