DataLakeAnalyticsAccount.UpdateStages.WithQueryStoreRetention Interface

public static interface DataLakeAnalyticsAccount.UpdateStages.WithQueryStoreRetention

The stage of the DataLakeAnalyticsAccount update allowing to specify queryStoreRetention.

Method Summary

Modifier and Type Method and Description
abstract Update withQueryStoreRetention(Integer queryStoreRetention)

Specifies the queryStoreRetention property: The number of days that job metadata is retained..

Method Details

withQueryStoreRetention

public abstract DataLakeAnalyticsAccount.Update withQueryStoreRetention(Integer queryStoreRetention)

Specifies the queryStoreRetention property: The number of days that job metadata is retained..

Parameters:

queryStoreRetention - The number of days that job metadata is retained.

Returns:

the next definition stage.

Applies to