All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy