Libraries
»
tablestore-ruby-sdk
(0.0.8)
»
Index (O)
»
OperationType
Class: OperationType
Inherits:
Protobuf::Enum
Object
Protobuf::Enum
OperationType
show all
Defined in:
lib/protobuf/table_store.pb.rb
Constant Summary
collapse
PUT =
value
(
:PUT
,
1
)
UPDATE =
value
(
:UPDATE
,
2
)
DELETE =
value
(
:DELETE
,
3
)