Langfuse JS/TS SDKs
    Preparing search index...

    Interface BulkConfig

    This file was auto-generated by Fern from our API Definition.

    interface BulkConfig {
        maxOperations: number;
        maxPayloadSize: number;
        supported: boolean;
    }
    Index

    Properties

    maxOperations: number
    maxPayloadSize: number
    supported: boolean