次の方法で共有


ExcludedPath クラス

public class ExcludedPath extends JsonSerializable

Azure Cosmos DB データベース サービスの IndexingPolicy の除外パスを表します。

コンストラクターの概要

コンストラクター 説明
ExcludedPath()

コンストラクターです。

ExcludedPath(String jsonString)

コンストラクターです。

メソッドの概要

修飾子と型 メソッドと説明
String getPath()

パスを取得します。

void setPath(String path)

パスを設定します。

継承メンバー

コンストラクターの詳細

ExcludedPath

public ExcludedPath()

コンストラクターです。

ExcludedPath

public ExcludedPath(String jsonString)

コンストラクターです。

パラメーター:

jsonString - 除外されたパスを表す json 文字列。

メソッドの詳細

getPath

public String getPath()

パスを取得します。

戻り値:

パス。

setPath

public void setPath(String path)

パスを設定します。

パラメーター:

path - パス。

適用対象