Name | Type | Default value | Description |
---|---|---|---|
increasing | boolean | True | Assign DIDs in an increasing order. |
startingPoint | int | Start point of the allocation. By default, the first DID will have value '1'. | |
endingPoint | nullableint | End point of the allocation. By default, it will be Integer.MAX_VALUE if increasing or 1 if decreasing. |