Partager via


SpatialIndexDefinition<T>.Path Méthode

Définition

Surcharges

Path(String)

Ajoute un chemin à la définition actuelle SpatialPath .

Path(String, SpatialType[])

Ajoutez un chemin à la définition actuelle SpatialPath avec un ensemble particulier de SpatialTypes.

Path(String)

Ajoute un chemin à la définition actuelle SpatialPath .

public Azure.Cosmos.Fluent.SpatialIndexDefinition<T> Path (string path);
member this.Path : string -> Azure.Cosmos.Fluent.SpatialIndexDefinition<'T>
Public Function Path (path As String) As SpatialIndexDefinition(Of T)

Paramètres

path
String

Chemin d’accès à la propriété pour la définition actuelle. Exemple : /property

Retours

Une instance du actuelSpatialIndexDefinition<T>.

S’applique à

Path(String, SpatialType[])

Ajoutez un chemin à la définition actuelle SpatialPath avec un ensemble particulier de SpatialTypes.

public Azure.Cosmos.Fluent.SpatialIndexDefinition<T> Path (string path, params Azure.Cosmos.Spatial.SpatialType[] spatialTypes);
member this.Path : string * Azure.Cosmos.Spatial.SpatialType[] -> Azure.Cosmos.Fluent.SpatialIndexDefinition<'T>
Public Function Path (path As String, ParamArray spatialTypes As SpatialType()) As SpatialIndexDefinition(Of T)

Paramètres

path
String

Chemin d’accès à la propriété pour la définition actuelle. Exemple : /property

spatialTypes
SpatialType[]

Jeu de SpatialType à appliquer au chemin d’accès.

Retours

Une instance du actuelSpatialIndexDefinition<T>.

S’applique à