TransactionStatus 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.
Response returned to a query for the transaction status.
public class TransactionStatus : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.TransactionStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.TransactionStatus>
type TransactionStatus = class
interface IJsonModel<TransactionStatus>
interface IPersistableModel<TransactionStatus>
Public Class TransactionStatus
Implements IJsonModel(Of TransactionStatus), IPersistableModel(Of TransactionStatus)
- Inheritance
-
TransactionStatus
- Implements
Properties
| Name | Description |
|---|---|
| State |
Represents the state of the transaction. |
| TransactionId |
A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to TransactionStatus) | |