Class DataVerificationObjectStatusSummary
Per-object status comparison line.
Inheritance
DataVerificationObjectStatusSummary
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
[JsonConverter(typeof(DataVerificationObjectStatusSummaryModelConverter))]
public class DataVerificationObjectStatusSummary
Properties
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Database object name. |
Remarks
Required
Owner
Declaration
[JsonProperty(PropertyName = "owner")]
public string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Schema/owner name.
|
StatusInSource
Declaration
[Required(ErrorMessage = "StatusInSource is required.")]
[JsonProperty(PropertyName = "statusInSource")]
public string StatusInSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Object status in source. |
Remarks
Required
StatusInTarget
Declaration
[Required(ErrorMessage = "StatusInTarget is required.")]
[JsonProperty(PropertyName = "statusInTarget")]
public string StatusInTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Object status in target. |
Remarks
Required