ConnectionCollection

class oci.data_catalog.models.ConnectionCollection(**kwargs)

Bases: object

Results of a connections listing. Each member of the result is a summary representation of a connection to a data asset.

Methods

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

Attributes

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

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

Parameters:
  • count (int) – The value to assign to the count property of this ConnectionCollection.
  • items (list[oci.data_catalog.models.ConnectionSummary]) – The value to assign to the items property of this ConnectionCollection.
count

Gets the count of this ConnectionCollection. Total number of items returned.

Returns:The count of this ConnectionCollection.
Return type:int
items

[Required] Gets the items of this ConnectionCollection. Collection of connection summaries.

Returns:The items of this ConnectionCollection.
Return type:list[oci.data_catalog.models.ConnectionSummary]