definition.md 5.7 KB

Distributor node configuration Type

object (Distributor node configuration)

Distributor node configuration Properties

Property Type Required Nullable Defined by
endpoints object Required cannot be null Distributor node configuration
directories object Required cannot be null Distributor node configuration
log object Optional cannot be null Distributor node configuration
limits object Required cannot be null Distributor node configuration
intervals object Required cannot be null Distributor node configuration
port integer Required cannot be null Distributor node configuration
keys array Required cannot be null Distributor node configuration
buckets Merged Required cannot be null Distributor node configuration
workerId integer Required cannot be null Distributor node configuration

endpoints

Specifies external endpoints that the distributor node will connect to

endpoints

endpoints Type

object (Details)

directories

Specifies paths where node's data will be stored

directories

directories Type

object (Details)

log

Specifies minimum log levels by supported log outputs

log

log Type

object (Details)

limits

Specifies node limits w.r.t. storage, outbound connections etc.

limits

limits Type

object (Details)

intervals

Specifies how often periodic tasks (for example cache cleanup) are executed by the node.

intervals

intervals Type

object (Details)

port

Distributor node http server port

port

port Type

integer

port Constraints

minimum: the value of this number must greater than or equal to: 0

keys

Specifies the keys to use within distributor node CLI. Must be provided in form of substrate uris (ie.: //Alice)

keys

keys Type

string[]

keys Constraints

minimum number of items: the minimum number of items for this array is: 1

buckets

Specifies the buckets distributed by the node

buckets

buckets Type

merged type (Details)

one (and only one) of

workerId

ID of the node operator (distribution working group worker)

workerId

workerId Type

integer

workerId Constraints

minimum: the value of this number must greater than or equal to: 0