Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class StagedOperation

    Inheritance
    object
    StagedOperation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Client.Transactions.DataModel
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class StagedOperation

    Properties

    | Edit this page View Source

    Crc32

    Declaration
    [JsonProperty("crc32")]
    [JsonPropertyName("crc32")]
    public string? Crc32 { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StagedDocument

    Declaration
    [JsonProperty("stgd")]
    [JsonPropertyName("stgd")]
    public object? StagedDocument { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    [JsonPropertyName("type")]
    public string? Type { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.