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 Details

    • withRetentionInDays

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