Interface ICacheClientPluginConfiguration
Client cache plugin configuration.
Namespace: Apache.Ignite.Core.Client.Cache
Assembly: Apache.Ignite.Core.dll
Syntax
public interface ICacheClientPluginConfiguration
Properties
PluginName
Gets the name of the plugin.
Declaration
string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
WriteBinary(IBinaryRawWriter)
Serializes the configuration.
Declaration
void WriteBinary(IBinaryRawWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IBinaryRawWriter | writer | Writer. |