AngularAzureSearch.WebAPI.PartitionResolvers.TransitionHashPartitionResolver.ResolveForCreate C# (CSharp) Метод

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

Returns the collection to create this document. Returns the last collection.
public ResolveForCreate ( object partitionKey ) : string
partitionKey object The partition key for the create.
Результат string
        public string ResolveForCreate(object partitionKey)
        {
            return this.NextResolver.ResolveForCreate(partitionKey);
        }