Interface Table.DefinitionStages.WithTotalRetentionInDays
- All Known Subinterfaces:
Table.Definition, Table.DefinitionStages.WithCreate
- Enclosing interface:
Table.DefinitionStages
public static interface Table.DefinitionStages.WithTotalRetentionInDays
The stage of the Table definition allowing to specify totalRetentionInDays.
-
Method Summary
Modifier and TypeMethodDescriptionwithTotalRetentionInDays(Integer totalRetentionInDays) Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 4383.
-
Method Details
-
withTotalRetentionInDays
Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 4383. Setting this property to -1 will default to retentionInDays..- Parameters:
totalRetentionInDays- The table total retention in days, between 4 and 4383. Setting this property to -1 will default to retentionInDays.- Returns:
- the next definition stage.
-