Table of Contents

Interface IIndexBalancer

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Core.dll

Defines behavior of Index Balancer object

public interface IIndexBalancer

Properties

Index

Gets or sets Index instance

IIndex Index { get; set; }

Property Value

IIndex

Type

Gets the fullname of the type

string Type { get; }

Property Value

string

Methods

GetInstance()

Provides Index Provider instance

IIndexProvider GetInstance()

Returns

IIndexProvider

SetInstance(string)

Sets IndexBalancer name

void SetInstance(string name)

Parameters

name string
To top