RegistryMetadata¶
-
class
oci.data_integration.models.
RegistryMetadata
(**kwargs)¶ Bases:
object
Information about the object and its parent.
Methods
__init__
(**kwargs)Initializes a new RegistryMetadata object with values from keyword arguments. Attributes
aggregator_key
Gets the aggregator_key of this RegistryMetadata. is_favorite
Gets the is_favorite of this RegistryMetadata. key
Gets the key of this RegistryMetadata. labels
Gets the labels of this RegistryMetadata. registry_version
Gets the registry_version of this RegistryMetadata. -
__init__
(**kwargs)¶ Initializes a new RegistryMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - aggregator_key (str) – The value to assign to the aggregator_key property of this RegistryMetadata.
- labels (list[str]) – The value to assign to the labels property of this RegistryMetadata.
- registry_version (int) – The value to assign to the registry_version property of this RegistryMetadata.
- key (str) – The value to assign to the key property of this RegistryMetadata.
- is_favorite (bool) – The value to assign to the is_favorite property of this RegistryMetadata.
-
aggregator_key
¶ Gets the aggregator_key of this RegistryMetadata. The owning object’s key for this object.
Returns: The aggregator_key of this RegistryMetadata. Return type: str
-
is_favorite
¶ Gets the is_favorite of this RegistryMetadata. Specifies whether this object is a favorite or not.
Returns: The is_favorite of this RegistryMetadata. Return type: bool
-
key
¶ Gets the key of this RegistryMetadata. The identifying key for the object.
Returns: The key of this RegistryMetadata. Return type: str
-
labels
¶ Gets the labels of this RegistryMetadata. Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
Returns: The labels of this RegistryMetadata. Return type: list[str]
-
registry_version
¶ Gets the registry_version of this RegistryMetadata. The registry version.
Returns: The registry_version of this RegistryMetadata. Return type: int
-