Table of Contents

Enum NatsKVOperation

Namespace
NATS.Client.KeyValueStore
Assembly
NATS.Client.KeyValueStore.dll

Key Value Store entry operation

public enum NatsKVOperation

Fields

Del = 1

A value was deleted from a bucket

Purge = 2

A value was purged from a bucket

Put = 0

A value was put into the bucket