Click or drag to resize

AggregatorConfig Class

Aggregator configuration data.
Inheritance Hierarchy

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public sealed class AggregatorConfig : AbstractConfig

The AggregatorConfig type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAggregationAlgorithm
Identifier of the hash function that the aggregator is using for aggregation tree computation
Public propertyAggregationPeriod
Aggregation periond in milliseconds
Public propertyMaxLevel
Maximum level value that the nodes in the client's aggregation tree are allowed to have
Public propertyMaxRequests
Maximum number of requests the client is allowed to send within one parent server's aggregation round
Public propertyParentsUris
Parent server URI (may be several parent servers)
(Inherited from AbstractConfig.)
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(AbstractConfig)
Compare current config against another config.
(Inherited from AbstractConfig.)
Public methodEquals(AggregatorConfig)
Compare current aggregator config against another config.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also