Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Namespace Couchbase.DataStructures

Classes

PersistentDictionary<TValue>

PersistentList<TValue>

PersistentQueue<TValue>

PersistentSet<TValue>

PersistentStoreBase<TValue>

QueueOptions

Behavior options for the IPersistentQueue<T> implementation.

Interfaces

IPersistentDictionary<TValue>

Represents an IDictionary<TKey, TValue> which is persisted to a backing store.

IPersistentList<T>

Represents an IList<T> which is persisted to a backing store.

IPersistentQueue<T>

Represents a queue which is persisted to a backing store.

IPersistentSet<TValue>

Represents an ISet<T> which is persisted to a backing store.

In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.