Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ILookupInReplicaResult<TDocument>

Result of a sub document LookupIn operation against any/all replicas.

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

Type of the document.

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