Google BigQuery Data Transfer v1 API - Enum DataSource.Types.DataRefreshType (4.8.0)

public enum DataSource.Types.DataRefreshType

Reference documentation and code samples for the Google BigQuery Data Transfer v1 API enum DataSource.Types.DataRefreshType.

Represents how the data source supports data auto refresh.

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Fields

Name Description
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.