CosmosBulkExecutionThresholdsState Class
- java.
lang. Object - com.
azure. cosmos. models. CosmosBulkExecutionThresholdsState
- com.
public final class CosmosBulkExecutionThresholdsState
Encapsulates internal state used to dynamically determine max micro batch size for bulk operations. It allows passing this state for one `CosmosBulkExecutionOptions` to another in case bulk operations are expected to have similar characteristics and the context for determining the micro batch size should be preserved.
Constructor Summary
Constructor | Description |
---|---|
CosmosBulkExecutionThresholdsState() |
Constructor |
Methods inherited from java.lang.Object
Constructor Details
CosmosBulkExecutionThresholdsState
public CosmosBulkExecutionThresholdsState()
Constructor
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java