Commands: Indexes: How to get index merge suggestions?

GetIndexMergeSuggestions will retrieve all suggestions for an index merging.

Syntax

IndexMergeResults GetIndexMergeSuggestions();
Return Value
IndexMergeResults Merge suggestions for indexes.

Example

IndexMergeResults suggestions = store.DatabaseCommands.GetIndexMergeSuggestions();