Couchbase .NET SDK | 3.7.2
Search Results for

    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 © 2025 Couchbase, Inc.