RegistryMetadata¶
-
class
oci.data_connectivity.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. created_by_user_id
Gets the created_by_user_id of this RegistryMetadata. created_by_user_name
Gets the created_by_user_name 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. time_created
Gets the time_created of this RegistryMetadata. time_updated
Gets the time_updated of this RegistryMetadata. updated_by_user_id
Gets the updated_by_user_id of this RegistryMetadata. updated_by_user_name
Gets the updated_by_user_name 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.
- created_by_user_id (str) – The value to assign to the created_by_user_id property of this RegistryMetadata.
- created_by_user_name (str) – The value to assign to the created_by_user_name property of this RegistryMetadata.
- updated_by_user_id (str) – The value to assign to the updated_by_user_id property of this RegistryMetadata.
- updated_by_user_name (str) – The value to assign to the updated_by_user_name property of this RegistryMetadata.
- time_created (datetime) – The value to assign to the time_created property of this RegistryMetadata.
- time_updated (datetime) – The value to assign to the time_updated 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
-
created_by_user_id
¶ Gets the created_by_user_id of this RegistryMetadata. The id of the user who created the object.
Returns: The created_by_user_id of this RegistryMetadata. Return type: str
-
created_by_user_name
¶ Gets the created_by_user_name of this RegistryMetadata. The name of the user who created the object.
Returns: The created_by_user_name 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
-
time_created
¶ Gets the time_created of this RegistryMetadata. The date and time that the object was created.
Returns: The time_created of this RegistryMetadata. Return type: datetime
-
time_updated
¶ Gets the time_updated of this RegistryMetadata. The date and time that the object was updated.
Returns: The time_updated of this RegistryMetadata. Return type: datetime
-
updated_by_user_id
¶ Gets the updated_by_user_id of this RegistryMetadata. The id of the user who updated the object.
Returns: The updated_by_user_id of this RegistryMetadata. Return type: str
-
updated_by_user_name
¶ Gets the updated_by_user_name of this RegistryMetadata. The name of the user who updated the object.
Returns: The updated_by_user_name of this RegistryMetadata. Return type: str
-