Class ConfigProfile
Inheritance
ConfigProfile
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
Properties
|
Edit this page
View Source
AnalyticsTimeout
Declaration
public TimeSpan? AnalyticsTimeout { get; init; }
Property Value
|
Edit this page
View Source
KvConnectTimeout
Declaration
public TimeSpan? KvConnectTimeout { get; init; }
Property Value
|
Edit this page
View Source
KvDurabilityTimeout
Declaration
public TimeSpan? KvDurabilityTimeout { get; init; }
Property Value
|
Edit this page
View Source
KvTimeout
Declaration
public TimeSpan? KvTimeout { get; init; }
Property Value
|
Edit this page
View Source
ManagementTimeout
Declaration
public TimeSpan? ManagementTimeout { get; init; }
Property Value
|
Edit this page
View Source
QueryTimeout
Declaration
public TimeSpan? QueryTimeout { get; init; }
Property Value
|
Edit this page
View Source
SearchTimeout
Declaration
public TimeSpan? SearchTimeout { get; init; }
Property Value
|
Edit this page
View Source
ViewTimeout
Declaration
public TimeSpan? ViewTimeout { get; init; }
Property Value
Implements