Interface Table.UpdateStages.WithRetentionInDays

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

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

    Modifier and Type
    Method
    Description
    withRetentionInDays(Integer retentionInDays)
    Specifies the retentionInDays property: The table retention in days, between 4 and 730.
  • Method Details

    • withRetentionInDays

      Table.Update withRetentionInDays(Integer retentionInDays)
      Specifies the retentionInDays property: The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention..
      Parameters:
      retentionInDays - The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.
      Returns:
      the next definition stage.