IncludedPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IncludedPath() |
Initialise une nouvelle instance de la classe IncludedPath. |
IncludedPath(String, IList<Indexes>) |
Initialise une nouvelle instance de la classe IncludedPath. |
IncludedPath()
Initialise une nouvelle instance de la classe IncludedPath.
public IncludedPath ();
Public Sub New ()
S’applique à
IncludedPath(String, IList<Indexes>)
Initialise une nouvelle instance de la classe IncludedPath.
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)
Paramètres
- path
- String
Chemin d’accès auquel le comportement d’indexation s’applique. Les chemins d’index commencent généralement par la racine et se terminent par un caractère générique (/path/*)
S’applique à
Azure SDK for .NET