IndexListResult Class

Definition

Response from a List Indexes request. If successful, it includes the full definitions of all indexes.

public class IndexListResult
type IndexListResult = class
Public Class IndexListResult
Inheritance
IndexListResult

Constructors

IndexListResult()

Initializes a new instance of the IndexListResult class.

IndexListResult(IList<Index>)

Initializes a new instance of the IndexListResult class.

Properties

Indexes

Gets the indexes in the Search service.

Applies to