NuGet.Services.Metadata.Catalog.Registration.RegistrationMakerCatalogWriter.RegistrationMakerCatalogWriter C# (CSharp) Метод

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

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
Результат 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;
        }