Bagikan melalui


RangePartitionResolver<T>.PartitionKeyExtractor Property

Definition

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

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

Property Value

The function to extract the partition key from any object.

Applies to