Enum DataSource.Types.DataRefreshType (3.3.0)

public enum DataRefreshType

Represents how the data source supports data auto refresh.

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Fields

NameDescription
CustomSlidingWindow

The data source supports data auto refresh, and runs will be scheduled for the past few days. Allows custom values to be set for each transfer config.

SlidingWindow

The data source supports data auto refresh, and runs will be scheduled for the past few days. Does not allow custom values to be set for each transfer config.

Unspecified

The data source won't support data auto refresh, which is default value.