Freigeben über


CompositePath Konstruktoren

Definition

Überlädt

CompositePath()

Initialisiert eine neue instance der CompositePath-Klasse.

CompositePath(String, CompositePathSortOrder)

Initialisiert eine neue instance der CompositePath-Klasse.

CompositePath()

Initialisiert eine neue instance der CompositePath-Klasse.

public CompositePath ();
Public Sub New ()

Gilt für:

CompositePath(String, CompositePathSortOrder)

Initialisiert eine neue instance der CompositePath-Klasse.

public CompositePath (string path = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePathSortOrder order = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePathSortOrder -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath
Public Sub New (Optional path As String = Nothing, Optional order As CompositePathSortOrder = Nothing)

Parameter

path
String

Der Pfad, für den das Indizierungsverhalten gilt. Indexpfade beginnen in der Regel mit stamm und enden mit Platzhalter (/path/*)

order
CompositePathSortOrder

Sortierreihenfolge für zusammengesetzte Pfade. Mögliche Werte: "Aufsteigend", "Absteigend"

Gilt für: