次の方法で共有


SearchService.DefinitionStages.WithPartitionsAndCreate インターフェイス

public interface WithPartitionsAndCreate extends SearchService.DefinitionStages.WithReplicasAndCreate

メソッドの概要

修飾子と型 メソッドと説明
SearchService.DefinitionStages.WithReplicasAndCreate withPartitionCount(int count)

Search Serviceの SKU を指定します。

継承メンバー

メソッドの詳細

withPartitionCount

public WithReplicasAndCreate withPartitionCount(int count)

Search Serviceの SKU を指定します。

パラメーター:

count - 作成するパーティションの数

戻り値:

定義の次のステージ

適用対象