Class SqlServerSinkResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.SqlServerSinkResponse
-
public final class SqlServerSinkResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SqlServerSinkResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlServerSinkResponse.Builder
builder()
static SqlServerSinkResponse.Builder
builder(SqlServerSinkResponse defaults)
java.util.Optional<java.lang.Object>
disableMetricsCollection()
java.util.Optional<java.lang.Object>
maxConcurrentConnections()
java.util.Optional<java.lang.Object>
preCopyScript()
java.util.Optional<java.lang.Object>
sinkRetryCount()
java.util.Optional<java.lang.Object>
sinkRetryWait()
java.util.Optional<java.lang.Object>
sqlWriterStoredProcedureName()
java.util.Optional<java.lang.Object>
sqlWriterTableType()
java.util.Optional<java.lang.Object>
sqlWriterUseTableLock()
java.util.Map<java.lang.String,StoredProcedureParameterResponse>
storedProcedureParameters()
java.util.Optional<java.lang.Object>
storedProcedureTableTypeParameterName()
java.util.Optional<java.lang.Object>
tableOption()
java.lang.String
type()
java.util.Optional<SqlUpsertSettingsResponse>
upsertSettings()
java.util.Optional<java.lang.Object>
writeBatchSize()
java.util.Optional<java.lang.Object>
writeBatchTimeout()
java.util.Optional<java.lang.Object>
writeBehavior()
-
-
-
Method Detail
-
disableMetricsCollection
public java.util.Optional<java.lang.Object> disableMetricsCollection()
- Returns:
- If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
-
maxConcurrentConnections
public java.util.Optional<java.lang.Object> maxConcurrentConnections()
- Returns:
- The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
-
preCopyScript
public java.util.Optional<java.lang.Object> preCopyScript()
- Returns:
- SQL pre-copy script. Type: string (or Expression with resultType string).
-
sinkRetryCount
public java.util.Optional<java.lang.Object> sinkRetryCount()
- Returns:
- Sink retry count. Type: integer (or Expression with resultType integer).
-
sinkRetryWait
public java.util.Optional<java.lang.Object> sinkRetryWait()
- Returns:
- Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
-
sqlWriterStoredProcedureName
public java.util.Optional<java.lang.Object> sqlWriterStoredProcedureName()
- Returns:
- SQL writer stored procedure name. Type: string (or Expression with resultType string).
-
sqlWriterTableType
public java.util.Optional<java.lang.Object> sqlWriterTableType()
- Returns:
- SQL writer table type. Type: string (or Expression with resultType string).
-
sqlWriterUseTableLock
public java.util.Optional<java.lang.Object> sqlWriterUseTableLock()
- Returns:
- Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
-
storedProcedureParameters
public java.util.Map<java.lang.String,StoredProcedureParameterResponse> storedProcedureParameters()
- Returns:
- SQL stored procedure parameters.
-
storedProcedureTableTypeParameterName
public java.util.Optional<java.lang.Object> storedProcedureTableTypeParameterName()
- Returns:
- The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
-
tableOption
public java.util.Optional<java.lang.Object> tableOption()
- Returns:
- The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
-
type
public java.lang.String type()
- Returns:
- Copy sink type. Expected value is 'SqlServerSink'.
-
upsertSettings
public java.util.Optional<SqlUpsertSettingsResponse> upsertSettings()
- Returns:
- SQL upsert settings.
-
writeBatchSize
public java.util.Optional<java.lang.Object> writeBatchSize()
- Returns:
- Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
-
writeBatchTimeout
public java.util.Optional<java.lang.Object> writeBatchTimeout()
- Returns:
- Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
-
writeBehavior
public java.util.Optional<java.lang.Object> writeBehavior()
- Returns:
- Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
-
builder
public static SqlServerSinkResponse.Builder builder()
-
builder
public static SqlServerSinkResponse.Builder builder(SqlServerSinkResponse defaults)
-
-