public class CompoundIndexDefinition extends Index
Index.Duplicates| Constructor and Description |
|---|
CompoundIndexDefinition(org.bson.Document keys)
Creates a new
CompoundIndexDefinition for the given keys. |
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
getIndexKeys() |
public CompoundIndexDefinition(org.bson.Document keys)
CompoundIndexDefinition for the given keys.keys - must not be null.public org.bson.Document getIndexKeys()
getIndexKeys in interface IndexDefinitiongetIndexKeys in class IndexCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.