Documentation
    Preparing search index...

    Interface BcsWriterOptions

    interface BcsWriterOptions {
        allocateSize?: number;
        initialSize?: number;
        maxSize?: number;
    }
    Index

    Properties

    allocateSize?: number

    No longer used — buffer grows automatically.

    initialSize?: number

    The initial size (in bytes) of the buffer that will be allocated

    maxSize?: number

    The maximum size (in bytes) that the buffer is allowed to grow to