ExcelSource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. CopySource - com.
azure. analytics. synapse. artifacts. models. ExcelSource
- com.
- com.
public final class ExcelSource
extends CopySource
A copy activity excel source.
Constructor Summary
| Constructor | Description |
|---|---|
| ExcelSource() |
Creates an instance of Excel |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Excel |
fromJson(JsonReader jsonReader)
Reads an instance of Excel |
| Object |
getAdditionalColumns()
Get the additional |
|
Store |
getStoreSettings()
Get the store |
| String |
getType()
Get the type property: Copy source type. |
|
Excel |
setAdditionalColumns(Object additionalColumns)
Set the additional |
|
Excel |
setMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Excel |
setSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Excel |
setSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Excel |
setStoreSettings(StoreReadSettings storeSettings)
Set the store |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
ExcelSource
public ExcelSource()
Creates an instance of ExcelSource class.
Method Details
fromJson
public static ExcelSource fromJson(JsonReader jsonReader)
Reads an instance of ExcelSource 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:
getStoreSettings
public StoreReadSettings getStoreSettings()
Get the storeSettings property: Excel store settings.
Returns:
getType
public String getType()
Get the type property: Copy source type.
Overrides:
ExcelSource.getType()Returns:
setAdditionalColumns
public ExcelSource 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 ExcelSource 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:
ExcelSource.setMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
setSourceRetryCount
public ExcelSource setSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
ExcelSource.setSourceRetryCount(Object sourceRetryCount)Parameters:
setSourceRetryWait
public ExcelSource 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:
ExcelSource.setSourceRetryWait(Object sourceRetryWait)Parameters:
setStoreSettings
public ExcelSource setStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Excel store settings.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ExcelSource.toJson(JsonWriter jsonWriter)Parameters:
Throws: