TableStatisticsCollection

class oci.database_management.models.TableStatisticsCollection(**kwargs)

Bases: object

A collection of table statistics, which are grouped by status.

Methods

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

Attributes

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

Initializes a new TableStatisticsCollection 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_management.models.TableStatisticSummary]) – The value to assign to the items property of this TableStatisticsCollection.
items

[Required] Gets the items of this TableStatisticsCollection. The list of table statistics statuses.

Returns:The items of this TableStatisticsCollection.
Return type:list[oci.database_management.models.TableStatisticSummary]