NuGet.Services.Metadata.Catalog.Registration.RegistrationMakerCatalogWriter.RegistrationMakerCatalogWriter C# (CSharp) Method

RegistrationMakerCatalogWriter() public method

public RegistrationMakerCatalogWriter ( IStorage storage, int partitionSize = 100, IList cleanUpList = null, ICatalogGraphPersistence graphPersistence = null, CatalogContext context = null ) : Newtonsoft.Json.Linq
storage IStorage
partitionSize int
cleanUpList IList
graphPersistence ICatalogGraphPersistence
context CatalogContext
return Newtonsoft.Json.Linq
        public RegistrationMakerCatalogWriter(IStorage storage, int partitionSize = 100, IList<Uri> cleanUpList = null, ICatalogGraphPersistence graphPersistence = null, CatalogContext context = null)
            : base(storage, graphPersistence, context)
        {
            _cleanUpList = cleanUpList;
            PartitionSize = partitionSize;
        }