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