次の方法で共有


CompositePath コンストラクター

定義

オーバーロード

CompositePath()

CompositePath クラスの新しいインスタンスを初期化します。

CompositePath(String, String)

CompositePath クラスの新しいインスタンスを初期化します。

CompositePath()

CompositePath クラスの新しいインスタンスを初期化します。

public CompositePath ();
Public Sub New ()

適用対象

CompositePath(String, String)

CompositePath クラスの新しいインスタンスを初期化します。

public CompositePath (string path = default, string order = default);
new Microsoft.Azure.Management.CosmosDB.Models.CompositePath : string * string -> Microsoft.Azure.Management.CosmosDB.Models.CompositePath
Public Sub New (Optional path As String = Nothing, Optional order As String = Nothing)

パラメーター

path
String

インデックス作成の動作が適用されるパス。 インデックス パスは通常、ルートで始まり、ワイルドカード (/path/*) で終わる

order
String

複合パスの並べ替え順序。 使用できる値は、'ascending'、'descending' です。

適用対象