Class TransactionXattrs
Inheritance
TransactionXattrs
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionXattrs
Properties
|
Edit this page
View Source
AtrRef
Declaration
[JsonProperty("atr")]
public AtrRef? AtrRef { get; set; }
Property Value
|
Edit this page
View Source
ForwardCompatibility
Declaration
[JsonProperty("fc")]
public JObject? ForwardCompatibility { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public CompositeId? Id { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
[JsonProperty("op")]
public StagedOperation? Operation { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("restore")]
public DocumentMetadata? RestoreMetadata { get; set; }
Property Value