Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class MutateInXattrOperation

    Inheritance
    object
    MutateInXattrOperation
    MutateInOperationOptions
    MutateInRemoveOptions
    MutateInReplaceOptions
    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 abstract class MutateInXattrOperation

    Methods

    | 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 MutateInXattrOperation RequestSpan(IRequestSpan span)
    Parameters
    Type Name Description
    IRequestSpan span

    An IRequestSpan

    Returns
    Type Description
    MutateInXattrOperation

    An options instance for chaining.

    | Edit this page View Source

    RetryStrategy(IRetryStrategy)

    Inject a custom IRetryStrategy.

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

    An options instance for chaining.

    | Edit this page View Source

    XAttr()

    If true then this is an xattr operation.

    Declaration
    public MutateInXattrOperation XAttr()
    Returns
    Type Description
    MutateInXattrOperation

    An options instance for chaining.

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