HashPartitionResolver.PartitionKeyExtractor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET