StreamingConfigTask constructor

StreamingConfigTask({
  1. String? commitStreamChunkSizeBytes,
  2. String? getDataStreamChunkSizeBytes,
  3. String? maxWorkItemCommitBytes,
  4. List<StreamingComputationConfig>? streamingComputationConfigs,
  5. Map<String, String>? userStepToStateFamilyNameMap,
  6. String? windmillServiceEndpoint,
  7. String? windmillServicePort,
})

Implementation

StreamingConfigTask({
  this.commitStreamChunkSizeBytes,
  this.getDataStreamChunkSizeBytes,
  this.maxWorkItemCommitBytes,
  this.streamingComputationConfigs,
  this.userStepToStateFamilyNameMap,
  this.windmillServiceEndpoint,
  this.windmillServicePort,
});