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