Interface IDistributedDataTypes
This interface contains methods and parameters required for distributed data types.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface IDistributedDataTypes : ILockable
Properties
Key
Name of the data type.
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
System.String | Name of the data type. |
WriteThruOptions
Datasource write Options.
Declaration
WriteThruOptions WriteThruOptions { get; set; }
Property Value
Type | Description |
---|---|
WriteThruOptions | It defines the WriteThruOptions regarding the data source update. |