struct Storage::KeyValueStore::IndexInfo

Defined in:

storage/kv.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Constructor Detail

def self.load(bytes : Bytes) : IndexInfo #

[View source]
def self.new #

[View source]

Instance Method Detail

def function : ReQL::Func #

[View source]
def function=(function : ReQL::Func) #

[View source]
def id : UUID #

[View source]
def id=(id : UUID) #

[View source]
def initialize #

[View source]
def multi : Bool #

[View source]
def multi=(multi : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def ready : Bool #

[View source]
def ready=(ready : Bool) #

[View source]
def serialize #

[View source]
def table : UUID #

[View source]
def table=(table : UUID) #

[View source]