Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class ConfigProfile

    Inheritance
    object
    ConfigProfile
    Implements
    IEquatable<ConfigProfile>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.ConfigProfiles
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Volatile)]
    public record ConfigProfile : IEquatable<ConfigProfile>

    Constructors

    | Edit this page View Source

    ConfigProfile(TimeSpan?, TimeSpan?, TimeSpan?, TimeSpan?, TimeSpan?, TimeSpan?, TimeSpan?, TimeSpan?)

    Declaration
    public ConfigProfile(TimeSpan? KvConnectTimeout, TimeSpan? KvTimeout, TimeSpan? KvDurabilityTimeout, TimeSpan? ViewTimeout, TimeSpan? QueryTimeout, TimeSpan? AnalyticsTimeout, TimeSpan? SearchTimeout, TimeSpan? ManagementTimeout)
    Parameters
    Type Name Description
    TimeSpan? KvConnectTimeout
    TimeSpan? KvTimeout
    TimeSpan? KvDurabilityTimeout
    TimeSpan? ViewTimeout
    TimeSpan? QueryTimeout
    TimeSpan? AnalyticsTimeout
    TimeSpan? SearchTimeout
    TimeSpan? ManagementTimeout

    Properties

    | Edit this page View Source

    AnalyticsTimeout

    Declaration
    public TimeSpan? AnalyticsTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    KvConnectTimeout

    Declaration
    public TimeSpan? KvConnectTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    KvDurabilityTimeout

    Declaration
    public TimeSpan? KvDurabilityTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    KvTimeout

    Declaration
    public TimeSpan? KvTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    ManagementTimeout

    Declaration
    public TimeSpan? ManagementTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    QueryTimeout

    Declaration
    public TimeSpan? QueryTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    SearchTimeout

    Declaration
    public TimeSpan? SearchTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    ViewTimeout

    Declaration
    public TimeSpan? ViewTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan?

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.