PatternCollection

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

Bases: object

Results of a pattern listing. Patterns are used in entity harvesting.

Methods

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

Attributes

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

Initializes a new PatternCollection 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 PatternCollection.
  • items (list[oci.data_catalog.models.PatternSummary]) – The value to assign to the items property of this PatternCollection.
count

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

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

[Required] Gets the items of this PatternCollection. Collection of pattern summaries.

Returns:The items of this PatternCollection.
Return type:list[oci.data_catalog.models.PatternSummary]