Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchPut<K, V>

Describes a key value pair used in a batched put operation.

Type parameters

  • K

  • V

Hierarchy

  • BatchPut

Index

Properties

Properties

key

key: K

The key to insert.

val

val: V

The value to insert

Generated using TypeDoc