Class ReplicationTxnLog
Class for the item type ReplicationTxnLog
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class ReplicationTxnLog : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceReplicationTxnLog()
Declaration
protected ReplicationTxnLog()
ReplicationTxnLog(ElementFactory, Object[])
Declaration
public ReplicationTxnLog(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceEndTime()
Retrieve the end_time property of the item
Declaration
public IProperty_Date EndTime()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
ErrorMsg()
Retrieve the error_msg property of the item
Declaration
public IProperty_Text ErrorMsg()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ExecutionAttempt()
Retrieve the execution_attempt property of the item
Declaration
public IProperty_Number ExecutionAttempt()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
FileId()
Retrieve the file_id property of the item
Declaration
public IProperty_Text FileId()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
FromVault()
Retrieve the from_vault property of the item
Declaration
public IProperty_Text FromVault()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ReplicationRule()
Retrieve the replication_rule property of the item
Declaration
public IProperty_Text ReplicationRule()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ReplicationStatus()
Retrieve the replication_status property of the item
Declaration
public IProperty_Text ReplicationStatus()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
StartTime()
Retrieve the start_time property of the item
Declaration
public IProperty_Date StartTime()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
ToVault()
Retrieve the to_vault property of the item
Declaration
public IProperty_Text ToVault()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
UserId()
Retrieve the user_id property of the item
Declaration
public IProperty_Item<User> UserId()
Returns
| Type | Description |
|---|---|
| IProperty_Item<User> |