MicrosoftAccessSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. 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 |
|---|---|
| Object |
additionalColumns()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| Object |
query()
Get the query property: Database query. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Microsoft |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Microsoft |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Microsoft |
withQuery(Object query)
Set the query property: Database query. |
|
Microsoft |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Microsoft |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
MicrosoftAccessSource
public MicrosoftAccessSource()
Creates an instance of MicrosoftAccessSource class.
Method Details
additionalColumns
public Object additionalColumns()
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:
fromJson
public static MicrosoftAccessSource fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftAccessSource from the JsonReader.
Parameters:
Returns:
Throws:
query
public Object query()
Get the query property: Database query. Type: string (or Expression with resultType string).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftAccessSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
MicrosoftAccessSource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftAccessSource.validate()withAdditionalColumns
public MicrosoftAccessSource 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).
Parameters:
Returns:
withDisableMetricsCollection
public MicrosoftAccessSource 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:
MicrosoftAccessSource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withMaxConcurrentConnections
public MicrosoftAccessSource 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:
MicrosoftAccessSource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withQuery
public MicrosoftAccessSource withQuery(Object query)
Set the query property: Database query. Type: string (or Expression with resultType string).
Parameters:
Returns:
withSourceRetryCount
public MicrosoftAccessSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
MicrosoftAccessSource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public MicrosoftAccessSource 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:
MicrosoftAccessSource.withSourceRetryWait(Object sourceRetryWait)Parameters: