DependentObjectSummary¶
-
class
oci.data_integration.models.
DependentObjectSummary
(**kwargs)¶ Bases:
object
Details of the dependent object.
Methods
__init__
(**kwargs)Initializes a new DependentObjectSummary object with values from keyword arguments. Attributes
aggregator
Gets the aggregator of this DependentObjectSummary. aggregator_key
Gets the aggregator_key of this DependentObjectSummary. count_statistics
Gets the count_statistics of this DependentObjectSummary. created_by
Gets the created_by of this DependentObjectSummary. created_by_name
Gets the created_by_name of this DependentObjectSummary. identifier_path
Gets the identifier_path of this DependentObjectSummary. info_fields
Gets the info_fields of this DependentObjectSummary. is_favorite
Gets the is_favorite of this DependentObjectSummary. labels
Gets the labels of this DependentObjectSummary. registry_version
Gets the registry_version of this DependentObjectSummary. time_created
Gets the time_created of this DependentObjectSummary. time_updated
Gets the time_updated of this DependentObjectSummary. updated_by
Gets the updated_by of this DependentObjectSummary. updated_by_name
Gets the updated_by_name of this DependentObjectSummary. -
__init__
(**kwargs)¶ Initializes a new DependentObjectSummary 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 DependentObjectSummary.
- created_by_name (str) – The value to assign to the created_by_name property of this DependentObjectSummary.
- updated_by (str) – The value to assign to the updated_by property of this DependentObjectSummary.
- updated_by_name (str) – The value to assign to the updated_by_name property of this DependentObjectSummary.
- time_created (datetime) – The value to assign to the time_created property of this DependentObjectSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DependentObjectSummary.
- aggregator_key (str) – The value to assign to the aggregator_key property of this DependentObjectSummary.
- aggregator (oci.data_integration.models.AggregatorSummary) – The value to assign to the aggregator property of this DependentObjectSummary.
- identifier_path (str) – The value to assign to the identifier_path property of this DependentObjectSummary.
- info_fields (dict(str, str)) – The value to assign to the info_fields property of this DependentObjectSummary.
- registry_version (int) – The value to assign to the registry_version property of this DependentObjectSummary.
- labels (list[str]) – The value to assign to the labels property of this DependentObjectSummary.
- is_favorite (bool) – The value to assign to the is_favorite property of this DependentObjectSummary.
- count_statistics (oci.data_integration.models.CountStatistic) – The value to assign to the count_statistics property of this DependentObjectSummary.
-
aggregator
¶ Gets the aggregator of this DependentObjectSummary.
Returns: The aggregator of this DependentObjectSummary. Return type: oci.data_integration.models.AggregatorSummary
-
aggregator_key
¶ Gets the aggregator_key of this DependentObjectSummary. The owning object key for this object.
Returns: The aggregator_key of this DependentObjectSummary. Return type: str
-
count_statistics
¶ Gets the count_statistics of this DependentObjectSummary.
Returns: The count_statistics of this DependentObjectSummary. Return type: oci.data_integration.models.CountStatistic
-
created_by
¶ Gets the created_by of this DependentObjectSummary. The user that created the object.
Returns: The created_by of this DependentObjectSummary. Return type: str
-
created_by_name
¶ Gets the created_by_name of this DependentObjectSummary. The user that created the object.
Returns: The created_by_name of this DependentObjectSummary. Return type: str
-
identifier_path
¶ Gets the identifier_path of this DependentObjectSummary. The full path to identify this object.
Returns: The identifier_path of this DependentObjectSummary. Return type: str
-
info_fields
¶ Gets the info_fields of this DependentObjectSummary. Information property fields.
Returns: The info_fields of this DependentObjectSummary. Return type: dict(str, str)
-
is_favorite
¶ Gets the is_favorite of this DependentObjectSummary. Specifies whether this object is a favorite or not.
Returns: The is_favorite of this DependentObjectSummary. Return type: bool
-
labels
¶ Gets the labels of this DependentObjectSummary. 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 DependentObjectSummary. Return type: list[str]
-
registry_version
¶ Gets the registry_version of this DependentObjectSummary. The registry version of the object.
Returns: The registry_version of this DependentObjectSummary. Return type: int
-
time_created
¶ Gets the time_created of this DependentObjectSummary. The date and time that the object was created.
Returns: The time_created of this DependentObjectSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this DependentObjectSummary. The date and time that the object was updated.
Returns: The time_updated of this DependentObjectSummary. Return type: datetime
-
updated_by
¶ Gets the updated_by of this DependentObjectSummary. The user that updated the object.
Returns: The updated_by of this DependentObjectSummary. Return type: str
-
updated_by_name
¶ Gets the updated_by_name of this DependentObjectSummary. The user that updated the object.
Returns: The updated_by_name of this DependentObjectSummary. Return type: str
-