AngularAzureSearch.WebAPI.PartitionResolvers.SpilloverPartitionResolver.GetPartitionKey C# (CSharp) Method

GetPartitionKey() public method

Returns the partition key for the document. Bypass by returning null.
public GetPartitionKey ( object document ) : object
document object The document to locate.
return object
        public object GetPartitionKey(object document)
        {
            return null;
        }