Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
RetentionProperties |
RetentionProperties.clone() |
RetentionProperties |
CreateTableRequest.getRetentionProperties()
The duration for which your time series data must be stored in the memory store and the magnetic store.
|
RetentionProperties |
Table.getRetentionProperties()
The retention duration for the memory store and magnetic store.
|
RetentionProperties |
UpdateTableRequest.getRetentionProperties()
The retention duration of the memory store and the magnetic store.
|
RetentionProperties |
RetentionProperties.withMagneticStoreRetentionPeriodInDays(Long magneticStoreRetentionPeriodInDays)
The duration for which data must be stored in the magnetic store.
|
RetentionProperties |
RetentionProperties.withMemoryStoreRetentionPeriodInHours(Long memoryStoreRetentionPeriodInHours)
The duration for which data must be stored in the memory store.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setRetentionProperties(RetentionProperties retentionProperties)
The duration for which your time series data must be stored in the memory store and the magnetic store.
|
void |
Table.setRetentionProperties(RetentionProperties retentionProperties)
The retention duration for the memory store and magnetic store.
|
void |
UpdateTableRequest.setRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
CreateTableRequest |
CreateTableRequest.withRetentionProperties(RetentionProperties retentionProperties)
The duration for which your time series data must be stored in the memory store and the magnetic store.
|
Table |
Table.withRetentionProperties(RetentionProperties retentionProperties)
The retention duration for the memory store and magnetic store.
|
UpdateTableRequest |
UpdateTableRequest.withRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
Copyright © 2022. All rights reserved.