public interface CreateIndex extends OptionProvider<CreateIndex>, BuildableQuery
| Modifier and Type | Method and Description | 
|---|---|
default CreateIndex | 
withSASIOptions(Map<String,Object> sasiOptions)
Convenience method for when  
CreateIndexStart.usingSASI() is used, provides SASI
 specific options that are provided under the index 'OPTIONS' property. | 
getOptions, withOption@NonNull default CreateIndex withSASIOptions(@NonNull Map<String,Object> sasiOptions)
CreateIndexStart.usingSASI() is used, provides SASI
 specific options that are provided under the index 'OPTIONS' property. Is equivalent to withOption("OPTIONS", sasiOptions).Copyright © 2017–2019. All rights reserved.