ObjectMetadata¶
- 
class oci.data_integration.models.ObjectMetadata(**kwargs)¶
- Bases: - object- A summary type containing information about the object including its key, name and when/who created/updated it. - Methods - __init__(**kwargs)- Initializes a new ObjectMetadata object with values from keyword arguments. - Attributes - aggregator- Gets the aggregator of this ObjectMetadata. - aggregator_key- Gets the aggregator_key of this ObjectMetadata. - count_statistics- Gets the count_statistics of this ObjectMetadata. - created_by- Gets the created_by of this ObjectMetadata. - created_by_name- Gets the created_by_name of this ObjectMetadata. - identifier_path- Gets the identifier_path of this ObjectMetadata. - info_fields- Gets the info_fields of this ObjectMetadata. - is_favorite- Gets the is_favorite of this ObjectMetadata. - labels- Gets the labels of this ObjectMetadata. - registry_version- Gets the registry_version of this ObjectMetadata. - time_created- Gets the time_created of this ObjectMetadata. - time_updated- Gets the time_updated of this ObjectMetadata. - updated_by- Gets the updated_by of this ObjectMetadata. - updated_by_name- Gets the updated_by_name of this ObjectMetadata. - 
__init__(**kwargs)¶
- Initializes a new ObjectMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - created_by (str) – The value to assign to the created_by property of this ObjectMetadata.
- created_by_name (str) – The value to assign to the created_by_name property of this ObjectMetadata.
- updated_by (str) – The value to assign to the updated_by property of this ObjectMetadata.
- updated_by_name (str) – The value to assign to the updated_by_name property of this ObjectMetadata.
- time_created (datetime) – The value to assign to the time_created property of this ObjectMetadata.
- time_updated (datetime) – The value to assign to the time_updated property of this ObjectMetadata.
- aggregator_key (str) – The value to assign to the aggregator_key property of this ObjectMetadata.
- aggregator (oci.data_integration.models.AggregatorSummary) – The value to assign to the aggregator property of this ObjectMetadata.
- identifier_path (str) – The value to assign to the identifier_path property of this ObjectMetadata.
- info_fields (dict(str, str)) – The value to assign to the info_fields property of this ObjectMetadata.
- registry_version (int) – The value to assign to the registry_version property of this ObjectMetadata.
- labels (list[str]) – The value to assign to the labels property of this ObjectMetadata.
- is_favorite (bool) – The value to assign to the is_favorite property of this ObjectMetadata.
- count_statistics (oci.data_integration.models.CountStatistic) – The value to assign to the count_statistics property of this ObjectMetadata.
 
 - 
aggregator¶
- Gets the aggregator of this ObjectMetadata. - Returns: - The aggregator of this ObjectMetadata. - Return type: - oci.data_integration.models.AggregatorSummary 
 - 
aggregator_key¶
- Gets the aggregator_key of this ObjectMetadata. The owning object key for this object. - Returns: - The aggregator_key of this ObjectMetadata. - Return type: - str 
 - 
count_statistics¶
- Gets the count_statistics of this ObjectMetadata. - Returns: - The count_statistics of this ObjectMetadata. - Return type: - oci.data_integration.models.CountStatistic 
 - 
created_by¶
- Gets the created_by of this ObjectMetadata. The user that created the object. - Returns: - The created_by of this ObjectMetadata. - Return type: - str 
 - 
created_by_name¶
- Gets the created_by_name of this ObjectMetadata. The user that created the object. - Returns: - The created_by_name of this ObjectMetadata. - Return type: - str 
 - 
identifier_path¶
- Gets the identifier_path of this ObjectMetadata. The full path to identify this object. - Returns: - The identifier_path of this ObjectMetadata. - Return type: - str 
 - 
info_fields¶
- Gets the info_fields of this ObjectMetadata. Information property fields. - Returns: - The info_fields of this ObjectMetadata. - Return type: - dict(str, str) 
 - 
is_favorite¶
- Gets the is_favorite of this ObjectMetadata. Specifies whether this object is a favorite or not. - Returns: - The is_favorite of this ObjectMetadata. - Return type: - bool 
 - 
labels¶
- Gets the labels of this ObjectMetadata. Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content. - Returns: - The labels of this ObjectMetadata. - Return type: - list[str] 
 - 
registry_version¶
- Gets the registry_version of this ObjectMetadata. The registry version of the object. - Returns: - The registry_version of this ObjectMetadata. - Return type: - int 
 - 
time_created¶
- Gets the time_created of this ObjectMetadata. The date and time that the object was created. - Returns: - The time_created of this ObjectMetadata. - Return type: - datetime 
 - 
time_updated¶
- Gets the time_updated of this ObjectMetadata. The date and time that the object was updated. - Returns: - The time_updated of this ObjectMetadata. - Return type: - datetime 
 - 
updated_by¶
- Gets the updated_by of this ObjectMetadata. The user that updated the object. - Returns: - The updated_by of this ObjectMetadata. - Return type: - str 
 - 
updated_by_name¶
- Gets the updated_by_name of this ObjectMetadata. The user that updated the object. - Returns: - The updated_by_name of this ObjectMetadata. - Return type: - str 
 
-