HashPartitionResolver.PartitionKeyExtractor Property

Definition

Gets the function to extract the partition key from an object in the Azure Cosmos DB service.

public Func<object,string> PartitionKeyExtractor { get; }
member this.PartitionKeyExtractor : Func<obj, string>
Public ReadOnly Property PartitionKeyExtractor As Func(Of Object, String)

Property Value

The function to extract the partition key from an object.

Applies to