PartitionKey Konstruktoren

Definition

Überlädt

PartitionKey(Boolean)

Erstellt einen neuen Partitionsschlüsselwert.

PartitionKey(Double)

Erstellt einen neuen Partitionsschlüsselwert.

PartitionKey(String)

Erstellt einen neuen Partitionsschlüsselwert.

PartitionKey(Boolean)

Quelle:
PartitionKey.cs

Erstellt einen neuen Partitionsschlüsselwert.

public PartitionKey (bool partitionKeyValue);
new Microsoft.Azure.Cosmos.PartitionKey : bool -> Microsoft.Azure.Cosmos.PartitionKey
Public Sub New (partitionKeyValue As Boolean)

Parameter

partitionKeyValue
Boolean

Der Wert, der als Partitionsschlüssel verwendet werden soll.

Gilt für:

PartitionKey(Double)

Quelle:
PartitionKey.cs

Erstellt einen neuen Partitionsschlüsselwert.

public PartitionKey (double partitionKeyValue);
new Microsoft.Azure.Cosmos.PartitionKey : double -> Microsoft.Azure.Cosmos.PartitionKey
Public Sub New (partitionKeyValue As Double)

Parameter

partitionKeyValue
Double

Der Wert, der als Partitionsschlüssel verwendet werden soll.

Gilt für:

PartitionKey(String)

Quelle:
PartitionKey.cs

Erstellt einen neuen Partitionsschlüsselwert.

public PartitionKey (string partitionKeyValue);
new Microsoft.Azure.Cosmos.PartitionKey : string -> Microsoft.Azure.Cosmos.PartitionKey
Public Sub New (partitionKeyValue As String)

Parameter

partitionKeyValue
String

Der Wert, der als Partitionsschlüssel verwendet werden soll.

Gilt für: