Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class MutateInXattrOperation

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

Constructors

View Source

MutateInXattrOperation()

Declaration
protected MutateInXattrOperation()

Methods

View Source

RequestSpan(IRequestSpan)

Inject an external span which will 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.

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.

View Source

XAttr()

If true then this is an xattr operation.

Declaration
public MutateInXattrOperation XAttr()
Returns
Type Description
MutateInXattrOperation

An options instance for chaining.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.