interface StartTransactionQueryOptions {
    readOnly?: boolean;
    transactionName?: string;
    transactionType?: TransactionType;
}

Hierarchy (view full)

Properties

readOnly?: boolean
transactionName?: string
transactionType?: TransactionType