Couchbase Transactions .NET | 1.1.0
Search Results for

    Show / Hide Table of Contents

    Class DocumentMetadata

    Inheritance
    Object
    DocumentMetadata
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Couchbase.Transactions.Components
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class DocumentMetadata

    Properties

    | Improve this Doc View Source

    Cas

    Declaration
    [JsonProperty("CAS")]
    public string Cas { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Crc32c

    Declaration
    [JsonProperty("value_crc32c")]
    public string Crc32c { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ExpTime

    Declaration
    [JsonProperty("exptime")]
    public ulong? ExpTime { get; }
    Property Value
    Type Description
    Nullable<UInt64>
    | Improve this Doc View Source

    RevId

    Declaration
    [JsonProperty("revid")]
    public string RevId { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.