AngularAzureSearch.WebAPI.PartitionResolvers.SpilloverPartitionResolver.GetPartitionKey C# (CSharp) Метод

GetPartitionKey() публичный Метод

Returns the partition key for the document. Bypass by returning null.
public GetPartitionKey ( object document ) : object
document object The document to locate.
Результат object
        public object GetPartitionKey(object document)
        {
            return null;
        }