DataRetentionPeriodsInDays¶
-
class
oci.iot.models.
DataRetentionPeriodsInDays
(**kwargs)¶ Bases:
object
Data Retention periods
Methods
__init__
(**kwargs)Initializes a new DataRetentionPeriodsInDays object with values from keyword arguments. Attributes
historized_data
[Required] Gets the historized_data of this DataRetentionPeriodsInDays. raw_command_data
[Required] Gets the raw_command_data of this DataRetentionPeriodsInDays. raw_data
[Required] Gets the raw_data of this DataRetentionPeriodsInDays. rejected_data
[Required] Gets the rejected_data of this DataRetentionPeriodsInDays. -
__init__
(**kwargs)¶ Initializes a new DataRetentionPeriodsInDays object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - raw_data (int) – The value to assign to the raw_data property of this DataRetentionPeriodsInDays.
- rejected_data (int) – The value to assign to the rejected_data property of this DataRetentionPeriodsInDays.
- historized_data (int) – The value to assign to the historized_data property of this DataRetentionPeriodsInDays.
- raw_command_data (int) – The value to assign to the raw_command_data property of this DataRetentionPeriodsInDays.
-
historized_data
¶ [Required] Gets the historized_data of this DataRetentionPeriodsInDays. Number of days for which any normalized data sent to IoT devices would be retained for.
Returns: The historized_data of this DataRetentionPeriodsInDays. Return type: int
-
raw_command_data
¶ [Required] Gets the raw_command_data of this DataRetentionPeriodsInDays. Number of days for which any raw command data sent to IoT devices would be retained for.
Returns: The raw_command_data of this DataRetentionPeriodsInDays. Return type: int
-
raw_data
¶ [Required] Gets the raw_data of this DataRetentionPeriodsInDays. Number of days for which any raw data sent to IoT devices would be retained for.
Returns: The raw_data of this DataRetentionPeriodsInDays. Return type: int
-
rejected_data
¶ [Required] Gets the rejected_data of this DataRetentionPeriodsInDays. Number of days for which any data sent to IoT devices would be retained for.
Returns: The rejected_data of this DataRetentionPeriodsInDays. Return type: int
-