struct NATS::KV::Entry
- NATS::KV::Entry
- Struct
- Value
- Object
Defined in:
kv.crConstructors
Instance Method Summary
- #bucket : String
- #created_at : Time
- #delta : Int64
- #key : String
- #latest?
- #operation : Operation
- #revision : Int64
- #value : Bytes
- #value_string
Constructor Detail
def self.new(bucket : String, key : String, value : Slice(UInt8), revision : Int64, created_at : Time, operation : NATS::KV::Entry::Operation, delta : Int64 = 0_i64)
#