Freigeben über


IWithSpatialIndexes<ParentT>.WithSpatialIndex Methode

Definition

Überlädt

WithSpatialIndex(SpatialSpec)

Gibt einen räumlichen Index an.

WithSpatialIndex(String, SpatialType[])

Gibt einen räumlichen Index an.

WithSpatialIndex(SpatialSpec)

Gibt einen räumlichen Index an.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithSpatialIndex (Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec spatialSpec);
abstract member WithSpatialIndex : Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithSpatialIndex (spatialSpec As SpatialSpec) As IWithAttach(Of ParentT)

Parameter

spatialSpec
SpatialSpec

Eine der räumlichen Spezifikationen.

Gibt zurück

Die nächste Phase des Updates.

Gilt für:

WithSpatialIndex(String, SpatialType[])

Gibt einen räumlichen Index an.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithSpatialIndex (string path, params Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType[] types);
abstract member WithSpatialIndex : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType[] -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithSpatialIndex (path As String, ParamArray types As SpatialType()) As IWithAttach(Of ParentT)

Parameter

path
String

Der Pfad des räumlichen Indexes.

types
SpatialType[]

Die Typen des räumlichen Indexes.

Gibt zurück

Die nächste Phase des Updates.

Gilt für: