TrailFileSummary¶
-
class
oci.golden_gate.models.
TrailFileSummary
(**kwargs)¶ Bases:
object
Summary of the TrailFiles.
Methods
__init__
(**kwargs)Initializes a new TrailFileSummary object with values from keyword arguments. Attributes
consumers
Gets the consumers of this TrailFileSummary. display_name
Gets the display_name of this TrailFileSummary. max_sequence_number
Gets the max_sequence_number of this TrailFileSummary. min_sequence_number
Gets the min_sequence_number of this TrailFileSummary. number_of_sequences
Gets the number_of_sequences of this TrailFileSummary. producer
Gets the producer of this TrailFileSummary. size_in_bytes
Gets the size_in_bytes of this TrailFileSummary. time_last_updated
Gets the time_last_updated of this TrailFileSummary. trail_file_id
[Required] Gets the trail_file_id of this TrailFileSummary. -
__init__
(**kwargs)¶ Initializes a new TrailFileSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - trail_file_id (str) – The value to assign to the trail_file_id property of this TrailFileSummary.
- display_name (str) – The value to assign to the display_name property of this TrailFileSummary.
- size_in_bytes (int) – The value to assign to the size_in_bytes property of this TrailFileSummary.
- time_last_updated (datetime) – The value to assign to the time_last_updated property of this TrailFileSummary.
- number_of_sequences (int) – The value to assign to the number_of_sequences property of this TrailFileSummary.
- min_sequence_number (str) – The value to assign to the min_sequence_number property of this TrailFileSummary.
- max_sequence_number (str) – The value to assign to the max_sequence_number property of this TrailFileSummary.
- producer (str) – The value to assign to the producer property of this TrailFileSummary.
- consumers (list[str]) – The value to assign to the consumers property of this TrailFileSummary.
-
consumers
¶ Gets the consumers of this TrailFileSummary. array of consumer process names
Returns: The consumers of this TrailFileSummary. Return type: list[str]
-
display_name
¶ Gets the display_name of this TrailFileSummary. An object’s Display Name.
Returns: The display_name of this TrailFileSummary. Return type: str
-
max_sequence_number
¶ Gets the max_sequence_number of this TrailFileSummary. Maximum sequence number
Returns: The max_sequence_number of this TrailFileSummary. Return type: str
-
min_sequence_number
¶ Gets the min_sequence_number of this TrailFileSummary. Minimum sequence number
Returns: The min_sequence_number of this TrailFileSummary. Return type: str
-
number_of_sequences
¶ Gets the number_of_sequences of this TrailFileSummary. Number of sequences for a specific trail file
Returns: The number_of_sequences of this TrailFileSummary. Return type: int
-
producer
¶ Gets the producer of this TrailFileSummary. Producer Process Name if any.
Returns: The producer of this TrailFileSummary. Return type: str
-
size_in_bytes
¶ Gets the size_in_bytes of this TrailFileSummary. The size of the backup stored in object storage (in bytes)
Returns: The size_in_bytes of this TrailFileSummary. Return type: int
-
time_last_updated
¶ Gets the time_last_updated of this TrailFileSummary. The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
Returns: The time_last_updated of this TrailFileSummary. Return type: datetime
-
trail_file_id
¶ [Required] Gets the trail_file_id of this TrailFileSummary. The TrailFile Id.
Returns: The trail_file_id of this TrailFileSummary. Return type: str
-