Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EtcdKV

Hierarchy

  • EtcdKV

Index

Properties

create_revision

create_revision: number

create_revision is the revision of last creation on this key.

key

key: Buffer

key is the key in bytes. An empty key is not allowed.

lease

lease: string

lease is the ID of the lease that attached to key. When the attached lease expires, the key will be deleted. If lease is 0, then no lease is attached to the key.

mod_revision

mod_revision: number

mod_revision is the revision of last modification on this key.

value

value: Buffer

value is the value held by the key, in bytes.

version

version: number

version is the version of the key. A deletion resets the version to zero and any modification of the key increases its version.

Generated using TypeDoc