Interface Table.DefinitionStages.WithRetentionInDays
- All Known Subinterfaces:
Table.Definition, Table.DefinitionStages.WithCreate
- Enclosing interface:
Table.DefinitionStages
public static interface Table.DefinitionStages.WithRetentionInDays
The stage of the Table definition allowing to specify retentionInDays.
-
Method Summary
Modifier and TypeMethodDescriptionwithRetentionInDays(Integer retentionInDays) Specifies the retentionInDays property: In Analytics table: the tables analytics retention in days, between 4 and 730.
-
Method Details
-
withRetentionInDays
Specifies the retentionInDays property: In Analytics table: the tables analytics retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. In Basic and Auxiliary table: read only property..- Parameters:
retentionInDays- In Analytics table: the tables analytics retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. In Basic and Auxiliary table: read only property.- Returns:
- the next definition stage.
-