Interface ColumnarBatchCacheWriteOptionsExperimental

interface ColumnarBatchCacheWriteOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal

Settles the write as an aborted refusal without waiting for the backend.