Vana SDK - v0.1.0
    Preparing search index...

    Interface BatchUploadResult

    Batch upload result

    interface BatchUploadResult {
        results: UploadEncryptedFileResult[];
        success: boolean;
        errors?: string[];
    }
    Index

    Properties

    Results for each uploaded file

    success: boolean

    Overall success status

    errors?: string[]

    Any errors that occurred