Interface Table.UpdateStages.WithTotalRetentionInDays

All Known Subinterfaces:
Table.Update
Enclosing interface:
Table.UpdateStages

public static interface Table.UpdateStages.WithTotalRetentionInDays
The stage of the Table update allowing to specify totalRetentionInDays.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTotalRetentionInDays(Integer totalRetentionInDays)
    Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 2555.
  • Method Details

    • withTotalRetentionInDays

      Table.Update withTotalRetentionInDays(Integer totalRetentionInDays)
      Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention..
      Parameters:
      totalRetentionInDays - The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.
      Returns:
      the next definition stage.