DataPartitionStorageOptions
Size, time, and location options for the data partition.
Contents
- maximumSize
-
The maximum storage size of the data stored in the data partition.
Note
Newer data overwrites older data when the partition reaches the maximum size.
Type: StorageMaximumSize object
Required: Yes
- minimumTimeToLive
-
The amount of time that data in this partition will be kept on disk.
-
After the designated amount of time passes, the data can be removed, but it's not guaranteed to be removed.
-
Before the time expires, data in this partition can still be deleted if the partition reaches its configured maximum size.
-
Newer data will overwrite older data when the partition reaches the maximum size.
Type: StorageMinimumTimeToLive object
Required: Yes
-
- storageLocation
-
The folder name for the data partition under the campaign storage folder.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: