String[] |
IDatabaseCommands.putIndexes(IndexToAdd[] indexesToAdd)
Creates multiple indexes with the specified name, using given index definitions and priorities
|
String[] |
ServerClient.putIndexes(IndexToAdd[] indexesToAdd) |
String[] |
IDatabaseCommands.putSideBySideIndexes(IndexToAdd[] indexesToAdd)
Creates multiple side by side indexes with the specified name, using given index definitions and priorities
|
String[] |
ServerClient.putSideBySideIndexes(IndexToAdd[] indexesToAdd) |
String[] |
IDatabaseCommands.putSideBySideIndexes(IndexToAdd[] indexesToAdd,
Etag minimumEtagBeforeReplace,
Date replaceTimeUtc)
Creates multiple side by side indexes with the specified name, using given index definitions and priorities
|
String[] |
ServerClient.putSideBySideIndexes(IndexToAdd[] indexesToAdd,
Etag minimumEtagBeforeReplace,
Date replaceTimeUtc) |