Couchbase .NET SDK | 3.7.0
Search Results for

    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

    | Edit this page View Source

    Expiry

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

    ExpiryTime

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

    Methods

    | Edit this page View Source

    ContentAs<T>()

    Declaration
    T? ContentAs<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.