Table of Contents

Interface IConnectionInfo

Namespace
Apache.Ignite.Network
Assembly
Apache.Ignite.dll

Connection info.

public interface IConnectionInfo

Properties

Node

Gets the target node.

IClusterNode Node { get; }

Property Value

IClusterNode

SslInfo

Gets the SSL info, if SSL is enabled.

ISslInfo? SslInfo { get; }

Property Value

ISslInfo