Couchbase .NET SDK | 3.4.4
Search Results for

    Show / Hide Table of Contents

    Interface IGetResult

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

    Properties

    | Improve this Doc View Source

    Expiry

    Declaration
    TimeSpan? Expiry { get; }
    Property Value
    Type Description
    Nullable<TimeSpan>
    | Improve this Doc View Source

    ExpiryTime

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

    Methods

    | Improve this Doc View Source

    ContentAs<T>()

    Declaration
    T ContentAs<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 Couchbase, Inc.