StatusSummary¶
-
class
oci.log_analytics.models.
StatusSummary
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new StatusSummary object with values from keyword arguments. Attributes
chunks_processed
Gets the chunks_processed of this StatusSummary. failure_details
Gets the failure_details of this StatusSummary. filename
Gets the filename of this StatusSummary. status
Gets the status of this StatusSummary. total_chunks
Gets the total_chunks of this StatusSummary. -
__init__
(**kwargs)¶ Initializes a new StatusSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - chunks_processed (int) – The value to assign to the chunks_processed property of this StatusSummary.
- failure_details (str) – The value to assign to the failure_details property of this StatusSummary.
- filename (str) – The value to assign to the filename property of this StatusSummary.
- status (str) – The value to assign to the status property of this StatusSummary.
- total_chunks (int) – The value to assign to the total_chunks property of this StatusSummary.
-
chunks_processed
¶ Gets the chunks_processed of this StatusSummary. The number of chunks processed.
Returns: The chunks_processed of this StatusSummary. Return type: int
-
failure_details
¶ Gets the failure_details of this StatusSummary. The failure details, if any.
Returns: The failure_details of this StatusSummary. Return type: str
-
filename
¶ Gets the filename of this StatusSummary. The filename.
Returns: The filename of this StatusSummary. Return type: str
-
status
¶ Gets the status of this StatusSummary. The status.
Returns: The status of this StatusSummary. Return type: str
-
total_chunks
¶ Gets the total_chunks of this StatusSummary. The total number of chunks.
Returns: The total_chunks of this StatusSummary. Return type: int
-