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 Details

    • withTotalRetentionInDays

      Table.DefinitionStages.WithCreate 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.