Interface CreateDeliverabilityTestOptions

Create a new deliverability/load test

Export

Interface

CreateDeliverabilityTestOptions

Hierarchy

  • CreateDeliverabilityTestOptions

Properties

description?: string

Optional description

Memberof

CreateDeliverabilityTestOptions

One or more expectations to evaluate for each entity

Memberof

CreateDeliverabilityTestOptions

maxDurationSeconds?: number

Optional timeout in seconds after startAt. If not all entities match before timeout the test transitions to FAILED.

Memberof

CreateDeliverabilityTestOptions

name?: string

Optional name for the test

Memberof

CreateDeliverabilityTestOptions

Entity scope to evaluate

Memberof

CreateDeliverabilityTestOptions

Memberof

CreateDeliverabilityTestOptions

startAt?: Date

UTC instant when the receive window starts. Defaults to now if omitted.

Memberof

CreateDeliverabilityTestOptions

successThresholdPercent?: number

Optional acceptable success threshold percentage (0,100]. If set, a timed-out test can complete successfully when matchedEntities/totalEntities reaches this percentage.

Memberof

CreateDeliverabilityTestOptions