Interface IGetResult
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public interface IGetResult : IResult, IDisposable
Properties
| Edit this page View SourceExpiry
Declaration
[Obsolete("This property is no longer supported; use ExpiryTime instead.")]
TimeSpan? Expiry { get; }
Property Value
Type | Description |
---|---|
TimeSpan? |
ExpiryTime
Declaration
DateTime? ExpiryTime { get; }
Property Value
Type | Description |
---|---|
DateTime? |
Methods
| Edit this page View SourceContentAs<T>()
Declaration
T? ContentAs<T>()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |