Skip to main content
Version: Next

StorageTransactionOptions

Index

Properties

optionalcommitTimeoutMillis

commitTimeoutMillis?: number = 300000

How long a commit may take before it fails, in milliseconds. There is no automatic retry — the replay of dataset items is not idempotent.

optionalpolicy

policy?: Partial<StorageWritePolicy>

Overrides of the per-storage-type write policy. See StorageWritePolicy.

Page Options