Class CompositeId
Inherited Members
Namespace: Couchbase.Client.Transactions.DataModel
Assembly: Couchbase.NetClient.dll
Syntax
public class CompositeId
Properties
| Edit this page View SourceAttemptId
Declaration
[JsonProperty("atmpt")]
public string? AttemptId { get; set; }
Property Value
Type | Description |
---|---|
string |
Transactionid
Declaration
[JsonProperty("txn")]
public string? Transactionid { get; set; }
Property Value
Type | Description |
---|---|
string |