CopyObjectMetadataSummary

class oci.data_integration.models.CopyObjectMetadataSummary(**kwargs)

Bases: object

Details of copied objects.

Attributes

RESOLUTION_ACTION_CREATED A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary.
RESOLUTION_ACTION_DUPLICATED A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary.
RESOLUTION_ACTION_REPLACED A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary.
RESOLUTION_ACTION_RETAINED A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary.
aggregator_key Gets the aggregator_key of this CopyObjectMetadataSummary.
identifier Gets the identifier of this CopyObjectMetadataSummary.
name Gets the name of this CopyObjectMetadataSummary.
name_path Gets the name_path of this CopyObjectMetadataSummary.
new_key Gets the new_key of this CopyObjectMetadataSummary.
object_type Gets the object_type of this CopyObjectMetadataSummary.
object_version Gets the object_version of this CopyObjectMetadataSummary.
old_key Gets the old_key of this CopyObjectMetadataSummary.
resolution_action Gets the resolution_action of this CopyObjectMetadataSummary.
time_updated_in_millis Gets the time_updated_in_millis of this CopyObjectMetadataSummary.

Methods

__init__(**kwargs) Initializes a new CopyObjectMetadataSummary object with values from keyword arguments.
RESOLUTION_ACTION_CREATED = 'CREATED'

A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary. This constant has a value of “CREATED”

RESOLUTION_ACTION_DUPLICATED = 'DUPLICATED'

A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary. This constant has a value of “DUPLICATED”

RESOLUTION_ACTION_REPLACED = 'REPLACED'

A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary. This constant has a value of “REPLACED”

RESOLUTION_ACTION_RETAINED = 'RETAINED'

A constant which can be used with the resolution_action property of a CopyObjectMetadataSummary. This constant has a value of “RETAINED”

__init__(**kwargs)

Initializes a new CopyObjectMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • old_key (str) – The value to assign to the old_key property of this CopyObjectMetadataSummary.
  • new_key (str) – The value to assign to the new_key property of this CopyObjectMetadataSummary.
  • name (str) – The value to assign to the name property of this CopyObjectMetadataSummary.
  • identifier (str) – The value to assign to the identifier property of this CopyObjectMetadataSummary.
  • object_type (str) – The value to assign to the object_type property of this CopyObjectMetadataSummary.
  • object_version (str) – The value to assign to the object_version property of this CopyObjectMetadataSummary.
  • aggregator_key (str) – The value to assign to the aggregator_key property of this CopyObjectMetadataSummary.
  • name_path (str) – The value to assign to the name_path property of this CopyObjectMetadataSummary.
  • time_updated_in_millis (int) – The value to assign to the time_updated_in_millis property of this CopyObjectMetadataSummary.
  • resolution_action (str) – The value to assign to the resolution_action property of this CopyObjectMetadataSummary. Allowed values for this property are: “CREATED”, “RETAINED”, “DUPLICATED”, “REPLACED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
aggregator_key

Gets the aggregator_key of this CopyObjectMetadataSummary. Aggregator key

Returns:The aggregator_key of this CopyObjectMetadataSummary.
Return type:str
identifier

Gets the identifier of this CopyObjectMetadataSummary. Object identifier.

Returns:The identifier of this CopyObjectMetadataSummary.
Return type:str
name

Gets the name of this CopyObjectMetadataSummary. Name of the object.

Returns:The name of this CopyObjectMetadataSummary.
Return type:str
name_path

Gets the name_path of this CopyObjectMetadataSummary. Object name path.

Returns:The name_path of this CopyObjectMetadataSummary.
Return type:str
new_key

Gets the new_key of this CopyObjectMetadataSummary. New key of the object to identify the copied object. For example the new dataflow key.

Returns:The new_key of this CopyObjectMetadataSummary.
Return type:str
object_type

Gets the object_type of this CopyObjectMetadataSummary. Object type.

Returns:The object_type of this CopyObjectMetadataSummary.
Return type:str
object_version

Gets the object_version of this CopyObjectMetadataSummary. Object version.

Returns:The object_version of this CopyObjectMetadataSummary.
Return type:str
old_key

Gets the old_key of this CopyObjectMetadataSummary. Old key of the object from where the object was copied. For example a dataflow key within the project being copied.

Returns:The old_key of this CopyObjectMetadataSummary.
Return type:str
resolution_action

Gets the resolution_action of this CopyObjectMetadataSummary. Object resolution action.

Allowed values for this property are: “CREATED”, “RETAINED”, “DUPLICATED”, “REPLACED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The resolution_action of this CopyObjectMetadataSummary.
Return type:str
time_updated_in_millis

Gets the time_updated_in_millis of this CopyObjectMetadataSummary. time at which this object was last updated.

Returns:The time_updated_in_millis of this CopyObjectMetadataSummary.
Return type:int