Interface IIndexBalancer
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Indexing.dll
Defines behavior of Index Balancer object
public interface IIndexBalancer
Properties
Index
Gets or sets Index instance
IIndex Index { get; set; }
Property Value
Type
Gets the fullname of the type
string Type { get; }
Property Value
Methods
GetInstance()
Provides Index Provider instance
IIndexProvider GetInstance()
Returns
SetInstance(string)
Sets IndexBalancer name
void SetInstance(string name)
Parameters
name
string