LedgerWriteResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returned as a result of a write to the Confidential Ledger, the transaction id in the response indicates when the write will become durable.
public class LedgerWriteResult : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.LedgerWriteResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.LedgerWriteResult>
type LedgerWriteResult = class
interface IJsonModel<LedgerWriteResult>
interface IPersistableModel<LedgerWriteResult>
Public Class LedgerWriteResult
Implements IJsonModel(Of LedgerWriteResult), IPersistableModel(Of LedgerWriteResult)
- Inheritance
-
LedgerWriteResult
- Implements
Properties
| Name | Description |
|---|---|
| CollectionId |
The collection identifier of the ledger entry. |
| TransactionId |
The transaction id at which this write will become durable. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to LedgerWriteResult) | |