NamespaceCollection¶
-
class
oci.data_catalog.models.
NamespaceCollection
(**kwargs)¶ Bases:
object
Results of a namespaces listing. A namespace is an unique name tied to the first class object of data catalog which will be used to create a custom property
Methods
__init__
(**kwargs)Initializes a new NamespaceCollection object with values from keyword arguments. Attributes
count
Gets the count of this NamespaceCollection. items
[Required] Gets the items of this NamespaceCollection. -
__init__
(**kwargs)¶ Initializes a new NamespaceCollection 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 NamespaceCollection.
- items (list[oci.data_catalog.models.NamespaceSummary]) – The value to assign to the items property of this NamespaceCollection.
-
count
¶ Gets the count of this NamespaceCollection. Total number of items returned.
Returns: The count of this NamespaceCollection. Return type: int
-
items
¶ [Required] Gets the items of this NamespaceCollection. Collection of namespace summaries
Returns: The items of this NamespaceCollection. Return type: list[oci.data_catalog.models.NamespaceSummary]
-