com.rethinkdb.model.Durability Maven / Gradle / Ivy
The newest version!
package com.rethinkdb.model;
/**
* The durability setting used in various options like insert or table create
*/
public enum Durability {
hard, soft
}