BigQuery Data Transfer V1 Client - Class DataRefreshType (1.6.2)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class DataRefreshType.

Represents how the data source supports data auto refresh.

Protobuf type google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ DataSource

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DATA_REFRESH_TYPE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum DATA_REFRESH_TYPE_UNSPECIFIED = 0;

SLIDING_WINDOW

Value: 1

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.

Generated from protobuf enum SLIDING_WINDOW = 1;

CUSTOM_SLIDING_WINDOW

Value: 2

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.

Generated from protobuf enum CUSTOM_SLIDING_WINDOW = 2;