FolderCollection¶
-
class
oci.data_catalog.models.
FolderCollection
(**kwargs)¶ Bases:
object
Results of a folders listing. Folders are external organization concept that groups data entities.
Methods
__init__
(**kwargs)Initializes a new FolderCollection object with values from keyword arguments. Attributes
count
Gets the count of this FolderCollection. items
[Required] Gets the items of this FolderCollection. -
__init__
(**kwargs)¶ Initializes a new FolderCollection 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 FolderCollection.
- items (list[oci.data_catalog.models.FolderSummary]) – The value to assign to the items property of this FolderCollection.
-
count
¶ Gets the count of this FolderCollection. Total number of items returned.
Returns: The count of this FolderCollection. Return type: int
-
items
¶ [Required] Gets the items of this FolderCollection. Collection of folders.
Returns: The items of this FolderCollection. Return type: list[oci.data_catalog.models.FolderSummary]
-