Class DataVerificationObjectTypeCountCollection
Results of an Object Type Count Comparison listing.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class DataVerificationObjectTypeCountCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DataVerificationObjectTypeCountSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DataVerificationObjectTypeCountSummary> | Items in collection. |
Remarks
Required
TotalItems
Declaration
[Required(ErrorMessage = "TotalItems is required.")]
[JsonProperty(PropertyName = "totalItems")]
public int? TotalItems { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total number of items matching the request. |
Remarks
Required