AggregatorConfig Class |
Namespace: Guardtime.KSI.Service
The AggregatorConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregatorConfig(AggregatorConfigResponsePayload) |
Create new aggregator configuration data instance
| |
| AggregatorConfig(NullableUInt64, NullableUInt64, NullableUInt64, NullableUInt64, IListString) |
Create new aggregator configuration data instance
|
| Name | Description | |
|---|---|---|
| AggregationAlgorithm |
Identifier of the hash function that the aggregator is using for aggregation tree computation
| |
| AggregationPeriod |
Aggregation periond in milliseconds
| |
| MaxLevel |
Maximum level value that the nodes in the client's aggregation tree are allowed to have
| |
| MaxRequests |
Maximum number of requests the client is allowed to send within one parent server's aggregation round
| |
| ParentsUris |
Parent server URI (may be several parent servers)
(Inherited from AbstractConfig.) |
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| Equals(AbstractConfig) |
Compare current config against another config.
(Inherited from AbstractConfig.) | |
| Equals(AggregatorConfig) |
Compare current aggregator config against another config.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |