HashPartitionResolver.PartitionKeyExtractor
Property
Definition
Gets the function to extract the partition key from an object in the Azure DocumentDB database service.
public Func<object,string> PartitionKeyExtractor { get; }
Property Value
The function to extract the partition key from an object.