BulkWriterOptions extension type

An options object to configure throttling on BulkWriter.

on
Implemented types
Available extensions

Constructors

BulkWriterOptions({JSAny throttling})
Constructor
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttling JSAny
Whether to disable or configure throttling. By default, throttling is enabled. This field can be set to either a boolean or a config object. Setting it to true will use default values. You can override the defaults by setting it to false to disable throttling, or by setting the config values to enable throttling with the provided values.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited