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