Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IMutateInResult<TDocument>

Result of a sub document MutateIn operation.

Inherited Members
IMutateInResult.ContentAs<T>(int)
IMutateInResult.IndexOf(string)
IMutationResult.MutationToken
IResult.Cas
IDisposable.Dispose()
ITypeSerializerProvider.Serializer
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface IMutateInResult<TDocument> : IMutateInResult, IMutationResult, IResult, IDisposable, ITypeSerializerProvider
Type Parameters
Name Description
TDocument

Type of the document.

Extension Methods

MutateInResultExtensions.ContentAs<TDocument, TContent>(IMutateInResult<TDocument>, Expression<Func<TDocument, TContent>>)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.