GoogleBigQueryV2Source Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. models. TabularSource - com.
azure. resourcemanager. datafactory. models. GoogleBigQueryV2Source
- com.
- com.
- com.
public final class GoogleBigQueryV2Source
extends TabularSource
A copy activity Google BigQuery service source.
Constructor Summary
| Constructor | Description |
|---|---|
| GoogleBigQueryV2Source() |
Creates an instance of Google |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Google |
fromJson(JsonReader jsonReader)
Reads an instance of Google |
| Object |
query()
Get the query property: A query to retrieve data from source. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Google |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Google |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Google |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Google |
withQuery(Object query)
Set the query property: A query to retrieve data from source. |
|
Google |
withQueryTimeout(Object queryTimeout)
Set the query |
|
Google |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Google |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
Methods inherited from CopySource
Methods inherited from TabularSource
Methods inherited from java.lang.Object
Constructor Details
GoogleBigQueryV2Source
public GoogleBigQueryV2Source()
Creates an instance of GoogleBigQueryV2Source class.
Method Details
fromJson
public static GoogleBigQueryV2Source fromJson(JsonReader jsonReader)
Reads an instance of GoogleBigQueryV2Source from the JsonReader.
Parameters:
Returns:
Throws:
query
public Object query()
Get the query property: A query to retrieve data from source. Type: string (or Expression with resultType string).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GoogleBigQueryV2Source.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
GoogleBigQueryV2Source.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
GoogleBigQueryV2Source.validate()withAdditionalColumns
public GoogleBigQueryV2Source withAdditionalColumns(Object additionalColumns)
Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Overrides:
GoogleBigQueryV2Source.withAdditionalColumns(Object additionalColumns)Parameters:
withDisableMetricsCollection
public GoogleBigQueryV2Source withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Overrides:
GoogleBigQueryV2Source.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withMaxConcurrentConnections
public GoogleBigQueryV2Source withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Overrides:
GoogleBigQueryV2Source.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withQuery
public GoogleBigQueryV2Source withQuery(Object query)
Set the query property: A query to retrieve data from source. Type: string (or Expression with resultType string).
Parameters:
Returns:
withQueryTimeout
public GoogleBigQueryV2Source withQueryTimeout(Object queryTimeout)
Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Overrides:
GoogleBigQueryV2Source.withQueryTimeout(Object queryTimeout)Parameters:
withSourceRetryCount
public GoogleBigQueryV2Source withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
GoogleBigQueryV2Source.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public GoogleBigQueryV2Source withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Overrides:
GoogleBigQueryV2Source.withSourceRetryWait(Object sourceRetryWait)Parameters: