Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class TouchOptions

    Inheritance
    object
    TouchOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class TouchOptions

    Fields

    | Edit this page View Source

    DefaultReadOnly

    Declaration
    public static readonly TouchOptions.ReadOnly DefaultReadOnly
    Field Value
    Type Description
    TouchOptions.ReadOnly

    Methods

    | Edit this page View Source

    AsReadOnly()

    Declaration
    public TouchOptions.ReadOnly AsReadOnly()
    Returns
    Type Description
    TouchOptions.ReadOnly
    | Edit this page View Source

    CancellationToken(CancellationToken)

    A CancellationToken(CancellationToken) for cooperative cancellation.

    Declaration
    public TouchOptions CancellationToken(CancellationToken token)
    Parameters
    Type Name Description
    CancellationToken token
    Returns
    Type Description
    TouchOptions

    An options instance for chaining.

    | Edit this page View Source

    Deconstruct(out TimeSpan?, out CancellationToken, out IRetryStrategy?, out IRequestSpan?)

    Declaration
    public void Deconstruct(out TimeSpan? timeout, out CancellationToken token, out IRetryStrategy? retryStrategy, out IRequestSpan? requestSpan)
    Parameters
    Type Name Description
    TimeSpan? timeout
    CancellationToken token
    IRetryStrategy retryStrategy
    IRequestSpan requestSpan
    | Edit this page View Source

    RequestSpan(IRequestSpan)

    Inject an external span which will the be the parent span of the internal span(s).

    Declaration
    public TouchOptions RequestSpan(IRequestSpan span)
    Parameters
    Type Name Description
    IRequestSpan span

    An IRequestSpan

    Returns
    Type Description
    TouchOptions

    An options instance for chaining.

    | Edit this page View Source

    RetryStrategy(IRetryStrategy)

    Inject a custom IRetryStrategy.

    Declaration
    public TouchOptions RetryStrategy(IRetryStrategy retryStrategy)
    Parameters
    Type Name Description
    IRetryStrategy retryStrategy
    Returns
    Type Description
    TouchOptions

    An options instance for chaining.

    | Edit this page View Source

    Timeout(TimeSpan)

    The time in which the operation will timeout if it does not complete.

    Declaration
    public TouchOptions Timeout(TimeSpan timeout)
    Parameters
    Type Name Description
    TimeSpan timeout
    Returns
    Type Description
    TouchOptions

    An options instance for chaining.

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