TabularSource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. CopySource - com.
azure. analytics. synapse. artifacts. models. TabularSource
- com.
- com.
public class TabularSource
extends CopySource
Copy activity sources of tabular type.
Constructor Summary
| Constructor | Description |
|---|---|
| TabularSource() |
Creates an instance of Tabular |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tabular |
fromJson(JsonReader jsonReader)
Reads an instance of Tabular |
| Object |
getAdditionalColumns()
Get the additional |
| Object |
getQueryTimeout()
Get the query |
| String |
getType()
Get the type property: Copy source type. |
|
Tabular |
setAdditionalColumns(Object additionalColumns)
Set the additional |
|
Tabular |
setMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Tabular |
setQueryTimeout(Object queryTimeout)
Set the query |
|
Tabular |
setSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Tabular |
setSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
TabularSource
public TabularSource()
Creates an instance of TabularSource class.
Method Details
fromJson
public static TabularSource fromJson(JsonReader jsonReader)
Reads an instance of TabularSource from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalColumns
public Object getAdditionalColumns()
Get 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).
Returns:
getQueryTimeout
public Object getQueryTimeout()
Get 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])).
Returns:
getType
public String getType()
Get the type property: Copy source type.
Overrides:
TabularSource.getType()Returns:
setAdditionalColumns
public TabularSource setAdditionalColumns(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).
Parameters:
Returns:
setMaxConcurrentConnections
public TabularSource setMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Overrides:
TabularSource.setMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
setQueryTimeout
public TabularSource setQueryTimeout(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])).
Parameters:
Returns:
setSourceRetryCount
public TabularSource setSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
TabularSource.setSourceRetryCount(Object sourceRetryCount)Parameters:
setSourceRetryWait
public TabularSource setSourceRetryWait(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:
TabularSource.setSourceRetryWait(Object sourceRetryWait)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TabularSource.toJson(JsonWriter jsonWriter)Parameters:
Throws: