Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IGetReplicaResult

Inherited Members
IGetResult.ContentAs<T>()
IGetResult.Expiry
IGetResult.ExpiryTime
IResult.Cas
IDisposable.Dispose()
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public interface IGetReplicaResult : IGetResult, IResult, IDisposable

Properties

View Source

IsActive

Declaration
bool IsActive { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.