共用方式為


IncludedPath Constructors

Definition

Overloads

IncludedPath()

Initializes a new instance of the IncludedPath class.

IncludedPath(String, IList<Indexes>)

Initializes a new instance of the IncludedPath class.

IncludedPath()

Initializes a new instance of the IncludedPath class.

public IncludedPath ();
Public Sub New ()

Applies to

IncludedPath(String, IList<Indexes>)

Initializes a new instance of the IncludedPath class.

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

Parameters

path
String

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

indexes
IList<Indexes>

List of indexes for this path

Applies to