EstimateReleaseDataSizeResult

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

Bases: object

This is the size and time range of data to be released

Methods

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

Attributes

size_in_bytes [Required] Gets the size_in_bytes of this EstimateReleaseDataSizeResult.
time_data_ended [Required] Gets the time_data_ended of this EstimateReleaseDataSizeResult.
time_data_started [Required] Gets the time_data_started of this EstimateReleaseDataSizeResult.
__init__(**kwargs)

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

Parameters:
  • time_data_ended (datetime) – The value to assign to the time_data_ended property of this EstimateReleaseDataSizeResult.
  • time_data_started (datetime) – The value to assign to the time_data_started property of this EstimateReleaseDataSizeResult.
  • size_in_bytes (int) – The value to assign to the size_in_bytes property of this EstimateReleaseDataSizeResult.
size_in_bytes

[Required] Gets the size_in_bytes of this EstimateReleaseDataSizeResult. This is the size in bytes

Returns:The size_in_bytes of this EstimateReleaseDataSizeResult.
Return type:int
time_data_ended

[Required] Gets the time_data_ended of this EstimateReleaseDataSizeResult. This is the end of the time range of data to be released. timeDataStarted and timeDataEnded delineate the time range of the recalled data to be released. They may not be exact the same as the parameters in the request input (EstimateReleaseDataSizeDetails).

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

[Required] Gets the time_data_started of this EstimateReleaseDataSizeResult. This is the start of the time range of data to be released

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