Skip to content

ExecuteOptions

Defined in: spark-session.ts:20

Per-call options forwarded by SparkSession to the transport. Today carries tags only; future fields (operation_id override, deadline, cancel signal) slot in here without further interface churn.

optional tags?: readonly string[];

Defined in: spark-session.ts:22

Tags attached to this operation; surface for Transport.interrupt.