ProGet SDK Reference
Version:

IPackageIndex Interface

Provides access to the package indexer; used during cleanup.

Inheritance Hierarchy

  • Inedo.ProGet.Extensibility.PackageStores.IPackageIndex

Syntax

public interface IPackageIndex

Methods

Name Description
RemoveRemainingAsync

Instructs the package indexer to delete any packages from the index that have not been validated.

ValidatePackageAsync(System.IO.Stream packageStream)

Instructs the package indexer to validate the indexed properties of a package.

ValidatePackageWithInfoAsync(System.IO.Stream packageStream)

Instructs the package indexer to validate the indexed properties of a package.