BinarySource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. 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 |
|---|---|
|
Binary |
formatSettings()
Get the format |
|
static
Binary |
fromJson(JsonReader jsonReader)
Reads an instance of Binary |
|
Store |
storeSettings()
Get the store |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Binary |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Binary |
withFormatSettings(BinaryReadSettings formatSettings)
Set the format |
|
Binary |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Binary |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Binary |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Binary |
withStoreSettings(StoreReadSettings storeSettings)
Set the store |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
BinarySource
public BinarySource()
Creates an instance of BinarySource class.
Method Details
formatSettings
public BinaryReadSettings formatSettings()
Get the formatSettings property: Binary format settings.
Returns:
fromJson
public static BinarySource fromJson(JsonReader jsonReader)
Reads an instance of BinarySource from the JsonReader.
Parameters:
Returns:
Throws:
storeSettings
public StoreReadSettings storeSettings()
Get the storeSettings property: Binary store settings.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BinarySource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
BinarySource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
BinarySource.validate()withDisableMetricsCollection
public BinarySource 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:
BinarySource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withFormatSettings
public BinarySource withFormatSettings(BinaryReadSettings formatSettings)
Set the formatSettings property: Binary format settings.
Parameters:
Returns:
withMaxConcurrentConnections
public BinarySource 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:
BinarySource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withSourceRetryCount
public BinarySource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
BinarySource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public BinarySource 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:
BinarySource.withSourceRetryWait(Object sourceRetryWait)Parameters:
withStoreSettings
public BinarySource withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Binary store settings.
Parameters:
Returns: