Share via


IndexConfiguration Class

Definition

Configures an index.

public class IndexConfiguration
type IndexConfiguration = class
Public Class IndexConfiguration
Inheritance
IndexConfiguration

Methods

HasName(String)

Configures the index to have a specific name.

IsClustered()

Configures the index to be clustered.

IsClustered(Boolean)

Configures whether or not the index will be clustered.

IsUnique()

Configures the index to be unique.

IsUnique(Boolean)

Configures whether the index will be unique.

Applies to