Table.UpdateStages.WithTotalRetentionInDays Interface

public static interface Table.UpdateStages.WithTotalRetentionInDays

The stage of the Table update allowing to specify totalRetentionInDays.

Method Summary

Modifier and Type Method and Description
abstract Update withTotalRetentionInDays(Integer totalRetentionInDays)

Specifies the totalRetentionInDays property: The table total retention in days, between 4 and 2555.

Method Details

withTotalRetentionInDays

public abstract 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.

Applies to

Azure SDK for Java

Preview