Interface IBaselineNode
Baseline topology node (see GetBaselineTopology()).
Namespace: Apache.Ignite.Core.Cluster
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IBaselineNodeProperties
Attributes
Gets all node attributes. Attributes are assigned to nodes at startup.
Declaration
IDictionary<string, object> Attributes { get; }Property Value
| Type | Description | 
|---|---|
| IDictionary<System.String, System.Object> | 
ConsistentId
Gets the consistent ID from ConsistentId.
Declaration
object ConsistentId { get; }Property Value
| Type | Description | 
|---|---|
| System.Object |