次の方法で共有


IncludedPath コンストラクター

定義

オーバーロード

IncludedPath()

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

IncludedPath(String, IList<Indexes>)

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

IncludedPath()

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

public IncludedPath ();
Public Sub New ()

適用対象

IncludedPath(String, IList<Indexes>)

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

public IncludedPath (string path = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Indexes> indexes = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath : string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Indexes> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath
Public Sub New (Optional path As String = Nothing, Optional indexes As IList(Of Indexes) = Nothing)

パラメーター

path
String

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

indexes
IList<Indexes>

このパスのインデックスの一覧

適用対象