Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IGetResult

Inherited Members
IResult.Cas
IDisposable.Dispose()
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public interface IGetResult : IResult, IDisposable

Properties

View Source

Expiry

Declaration
[Obsolete("This property is no longer supported; use ExpiryTime instead.")]
TimeSpan? Expiry { get; }
Property Value
Type Description
TimeSpan?
View Source

ExpiryTime

Declaration
DateTime? ExpiryTime { get; }
Property Value
Type Description
DateTime?

Methods

View Source

ContentAs<T>()

Declaration
T? ContentAs<T>()
Returns
Type Description
T
Type Parameters
Name Description
T
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.