RecalledDataInfo¶
-
class
oci.log_analytics.models.
RecalledDataInfo
(**kwargs)¶ Bases:
object
This is the synchronous result of a recall of archived data
Methods
__init__
(**kwargs)Initializes a new RecalledDataInfo object with values from keyword arguments. Attributes
collection_name
[Required] Gets the collection_name of this RecalledDataInfo. purpose
Gets the purpose of this RecalledDataInfo. -
__init__
(**kwargs)¶ Initializes a new RecalledDataInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - collection_name (str) – The value to assign to the collection_name property of this RecalledDataInfo.
- purpose (str) – The value to assign to the purpose property of this RecalledDataInfo.
-
collection_name
¶ [Required] Gets the collection_name of this RecalledDataInfo. This is the parent name of the list of overlapping recalls
Returns: The collection_name of this RecalledDataInfo. Return type: str
-
purpose
¶ Gets the purpose of this RecalledDataInfo. This is the recall name made for a specific purpose
Returns: The purpose of this RecalledDataInfo. Return type: str
-