PerPoint

@Serializable
@SerialName(value = "perPoint")
data class PerPoint(val default: Int, val overrides: Map<Int, Int>) : ReplicationSpec(source)

A document-level default replication count plus per-point overrides keyed by design-point index (0-based, in the order the design enumerates them). Indices not present in overrides use default.

The index space is dynamic: it depends on which DesignSpec variant is in use and how many points it generates. Submit- time validation rejects override indices outside the enumerated range.

Constructors

Link copied to clipboard
constructor(default: Int, overrides: Map<Int, Int>)

Properties

Link copied to clipboard
Link copied to clipboard