Class ExcludedObjectSummary
Excluded object summary line.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class ExcludedObjectSummary
Properties
Object
Declaration
[Required(ErrorMessage = "Object is required.")]
[JsonProperty(PropertyName = "object")]
public string Object { get; set; }
Property Value
Type | Description |
---|---|
string | Database object name. |
Remarks
Required
Owner
Declaration
[Required(ErrorMessage = "Owner is required.")]
[JsonProperty(PropertyName = "owner")]
public string Owner { get; set; }
Property Value
Type | Description |
---|---|
string | Database object owner. |
Remarks
Required
ReasonCategory
Declaration
[Required(ErrorMessage = "ReasonCategory is required.")]
[JsonProperty(PropertyName = "reasonCategory")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReasonKeywords? ReasonCategory { get; set; }
Property Value
Type | Description |
---|---|
ReasonKeywords? | Reason category for object exclusion. |
Remarks
Required
SourceRule
Declaration
[JsonProperty(PropertyName = "sourceRule")]
public string SourceRule { get; set; }
Property Value
Type | Description |
---|---|
string | Reason for exclusion. |
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | Database object type. |
Remarks
Required