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