DataVerificationTableRowCountCollection¶
-
class
oci.database_migration.models.DataVerificationTableRowCountCollection(**kwargs)¶ Bases:
objectResults 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 (list[oci.database_migration.models.DataVerificationTableRowCountSummary]) – The value to assign to the items property of this DataVerificationTableRowCountCollection.
- total_items (int) – The value to assign to the total_items property of this DataVerificationTableRowCountCollection.
-
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
-