DataVerificationTableRowCountCollection

class oci.database_migration.models.DataVerificationTableRowCountCollection(**kwargs)

Bases: object

Results of a Table Row Count Comparison listing.

Methods

__init__(**kwargs) Initializes a new DataVerificationTableRowCountCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DataVerificationTableRowCountCollection.
total_items [Required] Gets the total_items of this DataVerificationTableRowCountCollection.
__init__(**kwargs)

Initializes a new DataVerificationTableRowCountCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
items

[Required] Gets the items of this DataVerificationTableRowCountCollection. Items in collection.

Returns:The items of this DataVerificationTableRowCountCollection.
Return type:list[oci.database_migration.models.DataVerificationTableRowCountSummary]
total_items

[Required] Gets the total_items of this DataVerificationTableRowCountCollection. Total number of items matching the request.

Returns:The total_items of this DataVerificationTableRowCountCollection.
Return type:int