DataAssetCollection¶
-
class
oci.data_catalog.models.
DataAssetCollection
(**kwargs)¶ Bases:
object
Results of a data assets listing. A data asset is often synonymous with a ‘System’, such as a database, or may be a file container or a message stream.
Methods
__init__
(**kwargs)Initializes a new DataAssetCollection object with values from keyword arguments. Attributes
count
Gets the count of this DataAssetCollection. items
[Required] Gets the items of this DataAssetCollection. -
__init__
(**kwargs)¶ Initializes a new DataAssetCollection 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 DataAssetCollection.
- items (list[oci.data_catalog.models.DataAssetSummary]) – The value to assign to the items property of this DataAssetCollection.
-
count
¶ Gets the count of this DataAssetCollection. Total number of items returned.
Returns: The count of this DataAssetCollection. Return type: int
-
items
¶ [Required] Gets the items of this DataAssetCollection. Collection of data asset summaries.
Returns: The items of this DataAssetCollection. Return type: list[oci.data_catalog.models.DataAssetSummary]
-