agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface BatchWriteResult

    Result of a single file in a batch write.

    interface BatchWriteResult {
        error?: string;
        path: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    path: string
    success: boolean