Class StagedOperation
Inheritance
StagedOperation
Assembly: Couchbase.NetClient.dll
Syntax
public class StagedOperation
Properties
|
Edit this page
View Source
Crc32
Declaration
[JsonProperty("crc32")]
public string? Crc32 { get; set; }
Property Value
|
Edit this page
View Source
StagedDocument
Declaration
[JsonProperty("stgd")]
public object? StagedDocument { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string? Type { get; set; }
Property Value