你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosBulkExecutionThresholdsState Class

  • java.lang.Object
    • com.azure.cosmos.models.CosmosBulkExecutionThresholdsState

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