JsonSink |
JsonSink.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
JsonSink |
JsonSink.withFormatSettings(JsonWriteSettings formatSettings) |
Set the formatSettings property: Json format settings.
|
JsonSink |
JsonSink.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.
|
JsonSink |
JsonSink.withSinkRetryCount(Object sinkRetryCount) |
Set the sinkRetryCount property: Sink retry count.
|
JsonSink |
JsonSink.withSinkRetryWait(Object sinkRetryWait) |
Set the sinkRetryWait property: Sink retry wait.
|
JsonSink |
JsonSink.withStoreSettings(StoreWriteSettings storeSettings) |
Set the storeSettings property: Json store settings.
|
JsonSink |
JsonSink.withWriteBatchSize(Object writeBatchSize) |
Set the writeBatchSize property: Write batch size.
|
JsonSink |
JsonSink.withWriteBatchTimeout(Object writeBatchTimeout) |
Set the writeBatchTimeout property: Write batch timeout.
|