EstimateRecallDataSizeDetails

class oci.log_analytics.models.EstimateRecallDataSizeDetails(**kwargs)

Bases: object

This is the input used to estimate the size of data to be recalled

Methods

__init__(**kwargs) Initializes a new EstimateRecallDataSizeDetails object with values from keyword arguments.

Attributes

collection_id Gets the collection_id of this EstimateRecallDataSizeDetails.
is_recall_new_data_only Gets the is_recall_new_data_only of this EstimateRecallDataSizeDetails.
log_sets Gets the log_sets of this EstimateRecallDataSizeDetails.
time_data_ended [Required] Gets the time_data_ended of this EstimateRecallDataSizeDetails.
time_data_started [Required] Gets the time_data_started of this EstimateRecallDataSizeDetails.
__init__(**kwargs)

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

Parameters:
  • time_data_started (datetime) – The value to assign to the time_data_started property of this EstimateRecallDataSizeDetails.
  • time_data_ended (datetime) – The value to assign to the time_data_ended property of this EstimateRecallDataSizeDetails.
  • log_sets (str) – The value to assign to the log_sets property of this EstimateRecallDataSizeDetails.
  • is_recall_new_data_only (bool) – The value to assign to the is_recall_new_data_only property of this EstimateRecallDataSizeDetails.
  • collection_id (int) – The value to assign to the collection_id property of this EstimateRecallDataSizeDetails.
collection_id

Gets the collection_id of this EstimateRecallDataSizeDetails. This is the existing recalled data collection ID, to be used only for recalling new data. If specified, the recall new data will be estimated only for this collection

Returns:The collection_id of this EstimateRecallDataSizeDetails.
Return type:int
is_recall_new_data_only

Gets the is_recall_new_data_only of this EstimateRecallDataSizeDetails. This indicates if only new data has to be recalled in the timeframe

Returns:The is_recall_new_data_only of this EstimateRecallDataSizeDetails.
Return type:bool
log_sets

Gets the log_sets of this EstimateRecallDataSizeDetails. This is the list of logsets to be accounted for in the recalled data

Returns:The log_sets of this EstimateRecallDataSizeDetails.
Return type:str
time_data_ended

[Required] Gets the time_data_ended of this EstimateRecallDataSizeDetails. This is the end of the time range for the data to be recalled

Returns:The time_data_ended of this EstimateRecallDataSizeDetails.
Return type:datetime
time_data_started

[Required] Gets the time_data_started of this EstimateRecallDataSizeDetails. This is the start of the time range for the data to be recalled

Returns:The time_data_started of this EstimateRecallDataSizeDetails.
Return type:datetime