CountStatistic¶
-
class
oci.data_integration.models.
CountStatistic
(**kwargs)¶ Bases:
object
A count statistics.
Methods
__init__
(**kwargs)Initializes a new CountStatistic object with values from keyword arguments. Attributes
object_type_count_list
[Required] Gets the object_type_count_list of this CountStatistic. -
__init__
(**kwargs)¶ Initializes a new CountStatistic object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: object_type_count_list (list[oci.data_integration.models.CountStatisticSummary]) – The value to assign to the object_type_count_list property of this CountStatistic.
-
object_type_count_list
¶ [Required] Gets the object_type_count_list of this CountStatistic. The array of statistics.
Returns: The object_type_count_list of this CountStatistic. Return type: list[oci.data_integration.models.CountStatisticSummary]
-