static CollectionCreateOptions |
OptionsBuilder.build(CollectionCreateOptions options,
String name) |
CollectionCreateOptions |
CollectionCreateOptions.doCompact(Boolean doCompact) |
CollectionCreateOptions |
CollectionCreateOptions.indexBuckets(Integer indexBuckets) |
CollectionCreateOptions |
CollectionCreateOptions.isSystem(Boolean isSystem) |
CollectionCreateOptions |
CollectionCreateOptions.isVolatile(Boolean isVolatile) |
CollectionCreateOptions |
CollectionCreateOptions.journalSize(Long journalSize) |
CollectionCreateOptions |
CollectionCreateOptions.keyOptions(Boolean allowUserKeys,
KeyType type,
Integer increment,
Integer offset) |
protected CollectionCreateOptions |
CollectionCreateOptions.name(String name) |
CollectionCreateOptions |
CollectionCreateOptions.numberOfShards(Integer numberOfShards) |
CollectionCreateOptions |
CollectionCreateOptions.shardKeys(String[] shardKeys) |
CollectionCreateOptions |
CollectionCreateOptions.type(CollectionType type) |
CollectionCreateOptions |
CollectionCreateOptions.waitForSync(Boolean waitForSync) |